<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../font/iconfont/iconfont.css");

/* clear */

body {
    font-family: MicroSoft Yahei, Arial;
}

body ul,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
    padding: 0;
    margin: 0;
}

body li {
    list-style: none;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

:root {
    --primary-color: #4c60c1;
    --text-color: #333;
}

.section {
    overflow: hidden;
}

.home-banner .swiper-slide img {
    width: 100%;
}

.home-banner .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1800px) {
    .search-box .container {
        max-width: 1200px !important;
    }
}


/****************************************************************************
 * 全局样式
 */

::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

::placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

#fp-nav ul li {
    margin: 0;
    padding: 10px 0;
    position: static;
    width: auto;
    height: auto;
}

#fp-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

#fp-nav ul li a span {
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0;
    position: static;
}

#fp-nav ul li a.active {
    border: 2px dotted #fff;
}

#fp-nav ul li a.active span {
    width: 7px;
    height: 7px;
    margin: 0;
}

#fp-nav ul li:hover a span {
    width: 7px;
    height: 7px;
    margin: 0;
    transform: scale(1.6);
}

#fp-nav ul li:hover a.active span {
    height: 7px;
    width: 7px;
    margin: 0;
    border-radius: 50%;
    transform: scale(1);
}

.global-navbar .navbar-brand {
    flex-shrink: 0;
    margin-right: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0.6rem;
    padding-right: 1rem;
}


/* @media (max-width: 1600px) {
  .global-navbar .navbar-brand {
    padding-left: 0.6rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-brand {
    padding-left: 0.6rem;
  }
} */

@media (max-width: 992px) {
    .global-navbar .navbar-brand {
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .global-navbar .navbar-brand {
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .global-navbar .navbar-brand {
        padding-left: 15px;
    }
}

@media (max-width: 1600px) {
    .global-navbar .navbar-brand {
        padding-right: 0.8rem;
    }
}

@media (max-width: 1400px) {
    .global-navbar .navbar-brand {
        padding-right: 0.9rem;
    }
}

@media (max-width: 992px) {
    .global-navbar .navbar-brand {
        padding-right: 50px;
    }
}

@media (max-width: 576px) {
    .global-navbar .navbar-brand {
        padding-right: 35px;
    }
}

@media (max-width: 992px) {
    .global-navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .global-navbar .navbar-brand {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.global-navbar .navbar-brand .brand {
    display: block;
    width: 1.64rem;
}

@media (max-width: 1400px) {
    .global-navbar .navbar-brand .brand {
        width: 1.8rem;
    }
}

@media (max-width: 1200px) {
    .global-navbar .navbar-brand .brand {
        width: 2.1rem;
    }
}

@media (max-width: 992px) {
    .global-navbar .navbar-brand .brand {
        width: 125px;
    }
}

@media (max-width: 768px) {
    .global-navbar .navbar-brand .brand {
        width: 110px;
    }
}

@media (max-width: 576px) {
    .global-navbar .navbar-brand .brand {
        width: 100px;
    }
}

.global-navbar .navbar-brand::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transform: skewX(30deg);
    transform-origin: bottom right;
    border-bottom-right-radius: 20px;
}


/****************************************************************************
 * 分页
 */

.global-pagination {
    display: flex;
    justify-content: center;
}

.global-pagination .pro,
.global-pagination .next {
    font-size: 16px
}

.global-pagination a {
    font-family: Arial;
    line-height: 36px;
    min-width: 36px;
    text-align: center;
    color: #999999;
    font-weight: 200;
    font-size: 18px;
    padding: 0 5px;
    margin: 0 5px;
    transition: all .5s ease .1s;
}

.global-pagination a.active,
.global-pagination a:hover {
    background-color: #4c60c1;
    color: #fff;
}

.global-pagination a:first-child,
.global-pagination a:last-child {
    padding: 0 10px;
    font-weight: unset;
    font-family: MicroSoft Yahei, Arial;
}

.global-pagination a:first-child {
    margin-left: 0;
}

.global-pagination a:last-child {
    margin-right: 0;
}

.search ::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.search :-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.search ::placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

input {
    height: 100%;
    outline: none;
    font-size: 12px;
    background-color: #fff;
    border: none;
}

.about-b-item input {
    background-color: #fff;
}

textarea {
    height: 100%;
    outline: none;
    font-size: 12px;
    background-color: #fff;
    border: none;
}

.search-input-box {
    padding: 0 8px;
    width: 100%;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
}

.search-input-box input {
    color: #333;
    padding: 0 !important;
}

.search-input-box img {
    cursor: pointer;
}

.search-input-box button {
    padding: 0;
    height: auto;
    margin-top: 0;
    background-color: #fff;
    width: auto;
}

.search {
    padding: 0 35px;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
    color: #999;
    height: 120px;
    border-radius: 10px;
}

.search-box {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
}

.global-move-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.global-move-page-left {
    display: flex;
    flex-direction: column;
}

.global-move-page&gt;a {
    padding: 24px 50px;
    background-color: #fff;
}

.global-move-page a {
    color: #666666;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.global-move-page a:hover {
    color: #4c60c1;
}

.global-move-page .prev,
.global-move-page .next {
    line-height: 38px;
}

.global-move-page .prev:hover,
.global-move-page .next:hover {
    color: #4c60c1;
}

.advantage-content-box-up {
    animation: advantageBoxUp .5s forwards;
}

@keyframes advantageBoxUp {
    0% {
        bottom: 0
    }

    100% {
        bottom: 98px
    }
}

@keyframes advantageBoxDown {
    0% {
        bottom: 98px
    }

    100% {
        bottom: 0
    }
}

.advantage-content-box-down {
    animation: advantageBoxDown .5s forwards;
}


/****************************************************************************
 * 侧导航
 */

.suspend {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .suspend {
        display: none;
    }
}

.suspend .logo i {
    font-size: 26px;
    color: #4c60c1;
    transition: all .5s ease .1s;
}

.suspend .logo {
    box-shadow: 0 0 10px #4c60c1;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    transition: all .5s ease .1s;
}

.suspend .logo:hover {
    background-color: #4c60c1;
}

.suspend .logo:hover i {
    color: #fff;
}

.suspend .item {
    height: 60px;
    margin: 5px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

@keyframes show {
    0% {
        width: 0;
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        padding: 0 20px;
        overflow: 1;
    }
}

@keyframes codeShow {
    0% {
        width: 0;
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        overflow: 1;
    }
}

.popup-code-active {
    display: block !important;
    animation: codeShow .6s ease forwards;
}

.popup-active {
    display: block !important;
    animation: show .6s ease forwards;
}

.popup {
    border-radius: 6px;
    display: none;
    line-height: 58px;
    height: 100%;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #4c60c1;
    background-color: #fff;
    font-size: 22px;
    color: #4c60c1;
}

.popup-code {
    line-height: 0.9%;
    padding: 2px;
    display: none;
    width: 108px;
    height: 108px;
    margin-right: 20px;
    border-radius: 6px;
    border: 2px solid #4c60c1;
}

.suspend .code-item {
    align-items: flex-start;
}

.popup-code img {
    width: 100%;
    height: 100%;
}


/****************************************************************************
 * 首页
 */

.news-list-item-c-img {
    max-height: 186px;
    overflow: hidden;
}

.about-box {
    height: 100%;
    background-image: url(../images/bj1.png);
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-box {
    line-height: 1.2;
}

.about {
    padding-right: 0px;
    padding-left: 0px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    flex-direction: row;
}

.about-left {
    padding-right: 55px;
    transform: translateY(0);
}

.about-right {
    padding-left: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    transform: translateY(0);
}

.about-left-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-left-title {
    font-size: 36px;
    color: #333;
    font-weight: 800;
}

.about-left-title-b {
    font-size: 18px;
    color: #4c60c1;
    margin: 20px 0 50px 0;
}

.about-left-c {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.about-left-list {
    padding-right: 20px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-left-item0 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.about-left-item {
    padding: 20px 0 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 50%;
}

.about-left-item-box {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}

.about-left-item img {
    position: relative;
    color: #4c60c1;
    width: 100%;
    height: auto;
}

.about-left-item p {
    font-size: 16px;
    color: #333;
}

.about-left-item1 {
    align-items: flex-start;
}

.about-left-item0 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.about-left-item2 {
    align-items: flex-end;
}

@keyframes dong {
    0% {
        right: 0;
    }

    50% {
        right: 10px;
    }

    100% {
        right: 0;
    }
}

.about-left-item-box:hover img {
    animation: dong 2s infinite ease;
}

.video {
    width: 100%;
    position: relative;
    z-index: 99;
}

.video-bj {
    position: absolute;
    top: 30px;
    width: auto;
    right: -46px;
    height: 100%;
    z-index: 0;
}

.video-f {
    border-radius: 20px;
    position: relative;
    z-index: 99;
}

.video-f img {
    max-width: 100%;
}

.about-left .more {
    width: 180px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    padding-left: 50px;
    border-radius: 50px;
    background-color: #4c60c1;
    color: #fff;
    margin-top: 35px;
}

.index-advantage {
    padding-top: 120px;
    height: 100%;
    position: relative;
    min-height: 570px;
}

.advantage-content-box {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.index-advantage .advantage-content .text-box {
    padding-left: 100px;
    padding-right: 100px;
}

.index-advantage {
    overflow: hidden;
}

.index-advantage .advantage-content {
    position: relative;
}

.index-advantage .advantage-content .content-bg {
    display: block;
    width: 100%;
}

.index-advantage .advantage-content .active-icon-box {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
}

.index-advantage .advantage-content .active-icon-box .active-icon {
    display: none;
    width: 100%;
}

.index-advantage .advantage-content .active-icon-box .active-icon.active {
    display: block;
}

.index-advantage .advantage-content .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 9;
}

.index-title {
    font-weight: bold;
    color: #4c60c1;
    font-size: 36px;
    padding-left: 0;
    padding-right: 0;
}

.index-text-item {
    font-size: 28px;
    color: #333;
    display: none;
    padding: 0 60px;
    margin-top: 60px;
}

.index-advantage .advantage-content .text-box .text-item {
    position: absolute;
    color: #333333;
    cursor: pointer;
}

.index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-advantage .advantage-content .text-box .text-item .item-intro {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-advantage .advantage-content .text-box .text-item.active {
    color: #4c60c1;
    transition: all .5s ease .1s;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    text-align: right;
    left: 80px;
    top: 37%;
    width: 29%;
    padding-right: 7%;
    min-height: 12%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    text-align: right;
    left: 135px;
    top: -6%;
    width: 33.5%;
    padding-right: 7%;
    min-height: 12%;
}


/* .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 40%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(3) .item-intro {
  -webkit-line-clamp: 1;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 13%;
  height: 150%;
} */

.index-advantage .advantage-content .text-box .text-item:nth-child(3) {
    text-align: left;
    right: 135px;
    top: -4.5%;
    width: 33.5%;
    padding-left: 7%;
    min-height: 12%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    text-align: left;
    right: 80px;
    top: 37%;
    width: 29%;
    padding-left: 7%;
    min-height: 12%;
}

.index-plan {
    --index-plan-gap: 100px;
    --index-plan-slide-width: 700px;
    --index-plan-item-padding: 60px;
    --index-plan-item-padding-bottom: 30px;
    --index-plan-item-gap: 30px;
    --index-plan-item-header-title: 36px;
    --index-plan-item-header-title-sub: 18px;
    --index-plan-item-header-gap: 30px;
    --index-plan-item-content-text-width: 37%;
    --index-plan-item-content-text-right: 20px;
    --index-plan-item-content-text-t-size: 16px;
    --index-plan-item-content-text-t-line-height: 48px;
    --index-plan-item-content-text-t-clamp: 3;
    --index-plan-item-content-learn-more-gap: 60px;
    --index-plan-item-content-img-right: -90px;
    --index-plan-swiper-button-right: 160px;
    --index-plan-swiper-button-size: 62px;
    --index-plan-swiper-button-icon-size: 36px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("../images/bj5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--gap-high) 0;
    display: flex;
    align-items: center;
}

.index-plan .plan-align {
    width: 100%;
}

.plan-header {
    padding-left: 0;
    padding-right: 0;
}

.index-plan .plan-swiper-container {
    padding-top: var(--index-plan-gap);
    user-select: none;
}

.index-plan .plan-swiper-container .plan-swiper {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide {
    width: var(--index-plan-slide-width);
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item {
    padding: var(--index-plan-item-padding);
    padding-bottom: var(--index-plan-item-padding-bottom);
    background-color: #fff;
    border-radius: 10px;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-header {
    line-height: 1;
    padding-bottom: var(--index-plan-item-gap);
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-header .item-title {
    font-size: var(--index-plan-item-header-title);
    font-weight: bold;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-header .item-title-sub {
    font-size: var(--index-plan-item-header-title-sub);
    color: #999999;
    margin-top: var(--index-plan-item-header-gap);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content {
    display: flex;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-text {
    width: var(--index-plan-item-content-text-width);
    flex-shrink: 0;
    padding-right: var(--index-plan-item-content-text-right);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-text .content-t {
    font-size: var(--index-plan-item-content-text-t-size);
    color: #666;
    line-height: var(--index-plan-item-content-text-t-line-height);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--index-plan-item-content-text-t-clamp);
    overflow: hidden;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-text .learn-more {
    margin-top: var(--index-plan-item-content-learn-more-gap);
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-img {
    flex: 1;
    margin-right: var(--index-plan-item-content-img-right);
    perspective: 200px;
    display: flex;
    align-items: center;
}

.index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-img img {
    width: 100%;
    display: block;
    transform: rotateY(-4deg);
}

.index-plan .plan-swiper-container .plan-swiper .plan-swiper-button-next {
    position: absolute;
    top: 50%;
    right: var(--index-plan-swiper-button-right);
    transform: translateY(-50%);
    z-index: 100;
    width: var(--index-plan-swiper-button-size);
    height: var(--index-plan-swiper-button-size);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.index-plan .plan-swiper-container .plan-swiper .plan-swiper-button-next .iconfont {
    font-size: var(--index-plan-swiper-button-icon-size);
    line-height: 1;
}

.index-plan .plan-swiper-container .plan-swiper .plan-swiper-button-next:hover {
    background-color: var(--primary-color);
    color: #fff;
    background-color: #004ea2;
}

.index-plan {
    --index-plan-gap: 60px;
    --index-plan-slide-width: 600px;
    --index-plan-item-padding: 40px;
    --index-plan-item-header-title: 28px;
    --index-plan-item-header-title-sub: 16px;
    --index-plan-item-header-gap: 20px;
    --index-plan-item-content-text-t-size: 15px;
    --index-plan-item-content-text-t-line-height: 38px;
    --index-plan-item-content-learn-more-gap: 50px;
    --index-plan-item-content-img-right: -80px;
    --index-plan-swiper-button-right: 100px;
    --index-plan-swiper-button-size: 50px;
    --index-plan-swiper-button-icon-size: 30px;
}

.more {
    padding-left: 50px;
    font-size: 18px;
    width: 175px;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    border-radius: 50px;
    background-color: #4c60c1;
    margin-top: 30px;
}

.more a {
    color: #fff;
}

.index-plan .more {
    background-color: #fff;
    /* border: 1px solid #4c60c1; */
    /* line-height: 30px; */
    color: #4c60c1;
    margin-top: 50px;
}

.index-plan .content-text .more {
    border: 1px solid #4c60c1;
}

.index-plan .more:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

.product-c-item-img {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidsden;
}

.product-c-item-img img {
    height: auto;
    width: 100%;
}.news

.news {
    padding-left: 0;
    padding-right: 0;
}

.news-box {
    width: 100%;
    height: 100%;
    background-image: url("../images/bj6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* align-items: center; */
    /* justify-self: center; */
}

.news-top p {
    font-size: 36px;
    color: #333;
    font-weight: 800;
}

.news-c {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.news-nav-box {
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news-nav-box .more {
    background-color: #4c60c1;
    border: none;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.news-nav-box .more:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

.news-nav {
    width: 100%;
    padding-top: 20px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}

.news-nav-item {
    cursor: pointer;
    margin-top: 45px;
    display: flex;
    align-items: center;
    transition: all .5s ease .1s;
}

.news-nav-item-icon-box {
    height: 2px;
    width: 25%;
}

.news-nav-item-icon {
    height: 100%;
    width: 0;
    background-color: #4c60c1;
}

.news-nav-item-title {
    margin-left: 10px;
    color: #333;
    font-size: 18px;
    transition: all .5s ease .1s;
}

.news-nav-item-active .news-nav-item-title {
    color: #4c60c1;
}

.news-nav-item-active .news-nav-item-icon {
    width: 100%;
}

.news-nav-item:hover .news-nav-item-icon {
    animation: newsNavItemIcon .5s forwards;
}

@keyframes newsNavItemIcon {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.news-nav-item:hover .news-nav-item-title {
    color: #4c60c1;
}

.news-list-box {
    width: 80%;
    display: none;
}

.news-list-active {
    display: block;
}

.news-list {
    border-left: 1px solid #e5e5e5;
    display: flex;
}

.news-list-item-c {
    overflow: hidden;
    padding-top: 20px;
}

.news-list-item {
    padding: 30px 25px 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease .1s;
}

.news-list-item-btn {
    font-size: 14px;
    color: #4b60c0;
}

.news-list-item-btn:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

.news-list-item:hover {
    background-color: #4c60c1;
    color: #fff;
}

.news-list-item h1,
.news-list-item h2,
.news-list-item p {
    transition: all .5s ease .1s;
}

.news-list-item:hover h1,
.news-list-item:hover h2,
.news-list-item:hover p {
    color: #fff !important;
}

.news-list-item-top-right {
    display: none;
    font-size: 14px;
    color: #999999;
}

.day {
    color: #999999;
    font-size: 48px;
}

.time {
    margin-top: 23px;
    margin-bottom: 30px;
    color: #999999;
    font-size: 18px;
}

.news-list-item img {
    transition: all .5s ease .1s;
    width: 100%;
    height: auto;
}

.news-list-item img:hover {
    /* 放大1.3倍 */
    transform: scale(1.2);
}

.news-list-item-title {
    min-height: 45px;
    font-weight: 800;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list-item-content {
    color: #666;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.global-footer {
    overflow: hidden;
    background-color: #222;
}

.global-footer .footer-body {
    padding: 50px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wx-qq-youlian {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.youlian {
    width: 330px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #aaa;
    outline: none;
    padding: 0 10px;
    background: none;
    color: #666;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all .5s ease .1s;
    box-sizing: border-box;
}

.youlian .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.youlian ul {
    position: absolute;
    bottom: 47px;
    background-color: #fff;
    left: 0;
    width: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    z-index: 2;
}

.youlian ul li a {
    color: #333;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    transition: all .5s ease .1s;

}

.youlian ul li a:hover {
    color: #fff;
    background-color: #4c60c1 !important;
}


.foot-about {
    width: 28%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.foot-about p {
    color: #dddddd;
    font-size: 14px;
}

.foot-about span {
    font-weight: 800;
    font-size: 30px;
}

.foot-about .address {
    margin: 10px 0 25px 0;
}

.foot-logo {
    margin-bottom: 20px;
}

.footter-phone {
    margin-top: 20px;
}

.wx-qq {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.wx-qq .code-box {
    padding: 3px;
    line-height: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* .wx-qq .code-box:last-child {
    margin-left: 12px;
    margin-right: 15px;
} */
.wx-qq .code-box p {

    margin-top: 8px;
}



.wx-qq .code-box p {
    font-size: 14px;
    text-align: center;

    color: #999999;
}


.wx-qq .code-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    line-height: 1;
    padding: 3px;
}

.wx-qq .code-img img {
    width: 72px;
    height: 72px;
}

.code-icon {
    cursor: pointer;
    margin: 0 0px 22px 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease .1s;
}

.code-icon i {
    font-size: 22px;
    color: #999;
    transition: all .5s ease .1s;
}

.code-icon:hover {
    background-color: #106eb7;
}

.code-icon:hover i {
    color: #fff;
}

.global-footer .footer-body .body-main {
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
    width: 72%;
}

.global-footer .footer-body .body-main .main-item {
    padding: 0px 15px;
}

@media (max-width: 1460px) {
    .global-footer .footer-body .body-main .main-item {
        padding: 0 7px;
    }
}


/* @media (max-width: 1400px) {
    .global-footer .footer-body .body-main .main-item {
        padding: 0 12px;
    }
} */

.global-footer .footer-body .body-main .main-item .link-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1460px) {
    .global-footer .footer-body .body-main .main-item .link-title {
        font-size: 14px;
    }
}

.global-footer .footer-body .body-main .main-item .item-link {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #999999;
}

.global-footer .footer-body .body-main .main-item a:hover {
    color: var(--primary-color);
}

.global-footer .footer-body .body-main .main-code {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-footer .footer-body .body-main .main-code .code-img {
    display: block;
    width: 100%;
}

.global-footer .footer-body .body-main .main-code .item-link {
    min-width: none;
}

.global-footer .footer-body .body-main .main-contact {
    width: 320px;
}

.global-footer .footer-body .body-main .main-contact .contact-item {
    color: #ffffff;
    font-size: 12px;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.global-footer .footer-body .body-main .main-contact .contact-item .iconfont {
    font-size: 16px;
    padding-right: 20px;
}

.global-footer .footer-copyright {
    border-top: 2px solid #2a2a2a;
    padding: 25px 0;
}

.global-footer .footer-copyright .copy {
    color: #bbbbbb;
    text-align: right;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.global-footer .footer-copyright .copy a {
    color: #bbbbbb;
    font-size: 14px;

}

.global-footer .footer-copyright .copy a:hover {
    color: var(--primary-color);
}

.play_btn {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 10000;
}

.img-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.img-overlay .img-dialog {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wx-qq-overlay .img-dialog p {
    font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
    text-align: center;
}

.wx-qq-overlay .img-dialog {
    padding: 35px 35px 30px 35px;
    border-radius: 10px;
    background-color: #fff;
}
.wx-qq-overlay .dialog-img {
    width: 200px !important;
    height: 200px;
}
.img-overlay .iconfont {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wx-qq-overlay .iconfont {
    top: 0px !important;
    right: 8px !important;
    color: #333 !important;
    font-size: 20px;

}

.img-overlay .img-dialog .dialog-img {
    display: block;
    width: 52vw;
    /*height: 200px;*/
}

#fp-nav {
    display: none !important;
}

.about-b-form {
    position: relative;
}

.about-b-form .about-b-button {
    position: absolute;
    top: -15px;
    background-color: #fff;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
}

.about-b-t {
    font-size: 20px;
    text-align: center;
    background: -webkit-linear-gradient(#ffeedb, #ffb58c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head-logo {
    width: 3.5rem;
}

.overlay .dialog.active {
    transform: translateY(0);
}

.overlay .dialog {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 2px;
    width: 70%;
    box-sizing: border-box;
    padding: 15px;
    transform: translateY(-20%);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.overlay .dialog.active {
    transform: translateY(0);
}

.overlay .dialog .iconfont {
    position: absolute;
    right: 0;
    top: -50px;
    height: 40px;
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.overlay .dialog .dialog-video {
    display: block;
    width: 100%;
}

.about-top {
    z-index: 10;
    padding-top: 540px;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-top-phone {
    display: none;
}

.about-nav {
    background-color: #ffffffee;
    display: flex;
    /* flex: 1; */
    padding: 0 0px;
    width: 81.50%;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 18.25%;
}

@media (max-width: 1700px) {
    .about-nav {
        padding-right: 17%;
    }

    @media (max-width: 1600px) {
        .about-nav {
            padding-right: 12%;
        }
    }
}

@media (max-width: 1400px) {
    .about-nav {
        padding-right: 5%;
    }
}

@media (max-width: 1200px) {
    .about-nav {
        padding-right: 10%;
    }
}

@media (max-width: 1100px) {
    .about-nav {
        padding-right: 7%;
    }
}

@media (max-width: 992px) {
    .about-nav-r {
        display: none;
    }

    .about-nav .about-nav-r-show {
        display: flex;
        align-items: center;
    }
}

.about-nav-list {
    padding-bottom: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.about-nav-list-item {
    border-bottom: 2px solid #ffffff00;
    font-size: 16px;
    padding: 30px 0 27px 0;
    transition: all .5s ease .1s;
    margin: 0 25px;
    color: #666;
}

.about-nav-list-item:hover {
    color: #4c60c1;
    border-bottom: 2px solid #4c60c1;
}

.about-nav-list .about-nav-list-item-active {
    color: #4c60c1;
    border-bottom: 2px solid #4c60c1;
}

.about-nav-r {
    cursor: pointer;
    font-size: 14px;
    color: #666;

}

.about-nav-r span {
    color: #999;
}

.about-nav-r span .currentPageName {
    color: #666;
}

.about-nav-r span a:hover {
    color: #4c60c1;
}

.about-nav-r span a {
    transition: all .5s ease .1s;
    color: #999;
}

.about-nav-r i {
    margin-right: 15px;
}

.about-jianjie-box {
    /* height: 690px; */
    top: -84px;
    position: relative;
    background-color: #fff;
    margin-bottom: -84px;
    /* display: flex;
  align-items: center;
  padding-right: 17vw; */
}

.about-jianjie {
    z-index: 100;
    display: flex;
    /* align-items: center; */
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.about-jianjie .container {
    padding: 0 !important;
}

.about-jianjie-r {
    background-color: #ffffffee;
    height: 84px;
    max-width: 360px;
    z-index: 100;
    position: relative;
}

.about-jianjie-l {
    max-width: 360px;
}

.about-c {
    height: 650px;
    padding-right: 180px;
    /* margin-top: 80px; */
    padding-top: 80px;
    background-color: #f9f9f9;
    padding-left: 48vw;
    position: relative;
}

.about-jianjie-title {
    text-align: left;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #333;
}

.about-jianjie-s {
    font-size: 22px;
    color: #4c60c1;
}

.about-jianjie-c {
    max-height: 280px;
    overflow-y: auto;
    margin-top: 50px;
    padding: 10px;
    padding-left: 0;
    color: #333;
}

.about-jianjie-c::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: 6px;
    /* 对应横向滚动条的宽度 */
    height: 6px;
}


/* 滚动条上的滚动滑块 */

.about-jianjie-c::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 32px;
}


/* 滚动条轨道 */

.about-jianjie-c::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 32px;
}

.about-jianjie-c p {
    margin-bottom: 35px;
    font-size: 14px;
}

.about-jianjie-img {
    width: 45vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 150;
}

.about-rongyu {
    width: 100%;
    background-image: url("../images/about-ry.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
  align-items: center;
  justify-self: center; */
}

.rongyu-title {
    padding: 80px 0;
    font-weight: 800;
    text-align: center;
    font-size: 36px;
    color: #333;
}

.rongyu-item {
    width: 100%;
}

.rongyu-item img {
    cursor: pointer;
    width: 100%;
}

.rongyu-swiper {
    padding-bottom: 90px;
}

.rongyu-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 0;
}

.about-culture-box {
    width: 100%;
    background-image: url("../images/about-wh.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
  align-items: center;
  justify-self: center; */
}

.about-culture {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-culture .about-culture-item:last-child {
    border-right: none;
}

.item-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about-culture-item {
    cursor: pointer;
    height: 650px;
    padding-top: 177px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .5s ease .1s;
}

.about-culture-item:hover {
    background-color: #4c60c1ee;
}


/* .about-culture-item:hover .about-culture-item-c{
  display: block;
} */


/* .about-culture-item:hover .gang{
  display: none;
} */

.about-culture-item-c {
    display: none;
    font-size: 14px;
    margin-top: 80px;
    text-align: left;
}

.about-culture-item-c li {
    margin-bottom: 20px;
}

.about-culture-item .item-title {
    font-size: 22px;
    padding-top: 25px;
}

.about-culture-item .item-title-en {
    font-size: 36px;
}

.gang {
    padding: 2px 0;
    width: 40px;
    margin: 0 auto;
    background-color: #fff;
    margin: 45px 0 25px 0;
}

.about-develop {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
}

.about-develop .global-title .title {
    color: #333;
    font-weight: 800;
    text-align: center;
    font-size: 36px;
}

.about-develop .develop-swiper-container {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about-develop .develop-swiper-container .develop-swiper {
    margin: 0 20px;
    width: 100%;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    height: unset;
}

.swiper-slide-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-develop .swiper-slide-c .intro {
    padding: 20px 30px;
    border-radius: 8px;
    flex: 1;
    background-color: #4c60c1;
    color: #ffffff;
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.8;
}

.swiper-slide-c .intro {
    display: none;
}

.about-develop .swiper-slide-c .showintro {
    display: block;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis {
    margin-bottom: 60px;
    border-bottom: 2px solid #ddd;
    width: 100%;
    position: relative;
    text-align: center;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis .year {
    color: #666;
    font-size: 24px;
    padding-bottom: 32px;
}

.about-develop .develop-swiper-container .develop-swiper .active-swiper-slide .axis .year {
    transform: translateY(-10px);
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 14px;
    color: #333;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 69px;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: #ddd;
    border-radius: 50%;
}

.active-swiper-slide .axis::before {
    background-color: #4c60c1 !important;
}

.about-develop .develop-swiper-container .prev,
.about-develop .develop-swiper-container .next {
    display: block;
    color: #fff;
    cursor: pointer;
}

.about-develop .develop-swiper-container .prev .iconfont,
.about-develop .develop-swiper-container .next .iconfont {
    font-size: 20px;
    line-height: 1 !important;
}

.zeren-box {
    background-color: #f5f8fa;
    padding: 50px 0;
}

.zeren-title {
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    color: #333;
}

.zeren-list {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 0;
    /* justify-content: space-around; */
}

.zeren-item {
    max-width: calc(50% - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0px 30px;
    padding-bottom: 30px;
}

.zeren-item-top {
    display: flex;
    line-height: 1.3;
    align-items: center;
    transform: translateX(-20px);
}

.zeren-item-top-num {
    font-size: 110px;
    font-weight: 800;
    color: #f0f0f0;
}

.zeren-item-top-title {
    transform: translate(-116px, 12px);
    font-size: 30px;
    font-weight: 800;
    color: #4c60c1;
}

.zeren-item-content {
    font-size: 14px;
    color: #333;
}

.case-box {
    height: auto;
    top: -84px;
    margin-bottom: -84px;
    position: relative;
    background-color: #fff;
}

.case-nav-box {
    background-color: #fff;
}

.case-nav {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.case-nav-down {
    display: none;
    margin-top: 10px;
    line-height: 1;
}

.case-nav-up {
    margin-top: 10px;
    line-height: 1;
    display: none;
}

.case-nav-item {
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    margin-right: 50px;
    font-size: 14px;
    color: #999;
}

.case-nav-item:hover {
    color: #4c60c1;
}

.case-nav-item-active {
    color: #4c60c1;
}

.case-list {
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.case-list .container {
    padding: 30px 0 !important;
}

.case-list .list .row {
    margin: 0 -10px;
    padding-bottom: 60px;
}

.case-list .list .row .column {
    padding: 0 10px;
    margin-bottom: 20px;
}

.case-list .list .row .column .item {
    display: flex;
    background-color: #fff;
    padding: 30px;
    flex-direction: column;
}

.case-list .list .row .column .item .img-box {
    width: 100%;
    overflow: hidden;
}

.case-list .list .row .column .item .img-box .item-img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.case-list .list .row .column .item .img-box .item-img:hover {
    transform: scale(1.1);
}

.case-list .list .row .column .item .item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.case-list .list .row .column .item .item-text .text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.case-list .list .row .column .item .item-text .text-type {
    margin-top: 10px;
    color: #999;
    font-size: 16px;
}

.cloudFactor-title {
    padding-top: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #333;
}

.cloudFactory-list {
    overflow: hidden;
    background-color: #fff;
    /* padding-bottom: 80px; */
}

.cloudFactory-list .container {
    padding: 0 !important;
}

.cloudFactory-list .list {
    margin-top: 40px;
    padding: 0 4px;
    padding-bottom: 80px;
}

.cloudFactory-list .list .row {
    margin: 0 -10px;
    margin-bottom:30px;
}

.cloudFactory-list .list .row .column {
    padding: 0 10px;
    margin-bottom: 20px;
}

.cloudFactory-list .list .row .column .item {
    display: flex;
    background-color: #fff;
    height: 100%;
    flex-direction: column;
}

.cloudFactory-list .list .row .column .item .img-box::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #00000033;
}

.cloudFactory-list .list .row .column .item .img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cloudFactory-list .list .row .column .item .img-box .item-img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cloudFactory-list .list .row .column .item .img-box:hover .item-img {
    transform: scale(1.1);
}

.cloudFactory-list .list .row .column .item .img-box p {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 20px;
    z-index: 100;
    bottom: 20px;
}

.cloudFactory-video {
    cursor: pointer;
    margin-bottom: 60px !important;
}

.cloudFactory-video .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    position: relative;
}

.cloudFactory-video-list .list .row {
    padding-bottom: 10px;
    margin-bottom:30px;
}

.item-img-box {
    position: relative;
}

.cloudFactory-video-btn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000099;
}

.cloudFactory-video .name {
    font-size: 18px;
    margin-top: 30px;
    color: #333;
}

.cloudFactory-video .item-img {
    width: 100%;
}

.cloudFactory-video:hover .name {
    color: #4c60c1;
}

.xian {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #4c60c1;
}

.cloudFactory-video:hover .xian {
    animation: cloudFactoryVideo .5s forwards;
}

.play_video_box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    /* display: none; */
}

.play_video_box .play_video {
    width: 60vw;
    height: 50vh;
}

@keyframes cloudFactoryVideo {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


/****************************************************************************
 * 彩石金属瓦
 */

.product-box {
    background-color: #f9f9f9;
}

.product-conainer {
    /*更改-webkit-内核滚动条样式*/
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
}

.product-conainer ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.product-conainer ::-webkit-scrollbar-track {
    background-color: #fff;
}

.product-conainer ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4c60c1;
}

.product-conainer .product-body {
    position: relative;
    min-height: 640px
}

.product_phone_nav {
    display: none;
}

.product-conainer .product-body .product-sidebar {
    /*更改-webkit-内核滚动条样式*/
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-conainer .product-body .product-sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: none;
    margin-left: 6px;
    background-color: #fff;
}

.product-conainer .product-body .product-sidebar::-webkit-scrollbar-track {
    background-color: #fff;
}

.product-conainer .product-body .product-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}

.product-conainer .product-body {
    position: relative;
    min-height: 640px
}

.product-conainer .product-body .product-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    max-height: calc(100% - 50px);
}

.product-list-down {
    margin-top: 8px;
    display: none;
    line-height: 1;
}

.product-list-up {
    display: none;
    margin-top: 8px;
    line-height: 1;
}

.product-conainer .product-body .product-sidebar .sidebar-list {
    background-color: #fff;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item {
    width: 180px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item .a-box {
    display: flex;
    padding: 20px 0;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a {
    display: inline-block;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item:hover {
    background-color: #4c60c1;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item:hover a {
    color: #fff;
}

.product-conainer .product-body .product-sidebar .zhangkai .sidebar-item:hover,
.product-conainer .product-body .product-sidebar .shouqi .sidebar-item:hover {
    background-color: #fff;
    cursor: pointer;
}

.product-conainer .product-body .product-sidebar .zhankai .sidebar-item,
.product-conainer .product-body .product-sidebar .shouqi .sidebar-item {
    background-color: #fff !important;
}

.product-conainer .product-body .product-sidebar .zhankai .sidebar-item:hover a,
.product-conainer .product-body .product-sidebar .shouqi .sidebar-item:hover a {
    color: #4c60c1 !important;
}

.product-conainer .product-body .product-sidebar .zhankai .sidebar-item a,
.product-conainer .product-body .product-sidebar .shouqi .sidebar-item a {
    color: #333 !important;
    margin-bottom: 10px;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item-hide {
    display: none;
}

.shouqi .a-box img {
    transform: rotate(180deg);
}

.shouqi {
    display: none;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a.gap {
    padding-right: 10px;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.active {
    background-color: #4c60c1;
}

.product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.active a {
    color: #fff;
    transition: all 0.5s ease 0s;
}

.product-conainer .product-body .product-list {
    flex: 1;
    margin-left: 180px;
}

.product-conainer .product-body .product-list .product-row {
    margin: 0;
    margin-bottom: 20px;
}

.product-conainer .product-body .product-list .product-col {
    padding: 0 15px;
    padding-bottom: 30px;
}

.product-conainer .product-body .product-list .product-col .product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    /* border-bottom: 1px solid #4c60c1; */
}

.product-conainer .product-body .product-list .product-col .product-item .img-box {
    position: relative;
    border-radius: 4px;
    /* overflow: hidden; */
}

.product-conainer .product-body .product-list .product-col .product-item .img-box img {
    transition: all .5s ease .1s;
    width: 100%;
}

.product-conainer .product-body .product-list .product-col .product-item .img-box img:hover {
    transform: scale(1.1);
}

.product-conainer .product-body .product-list .product-col .product-item .text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
    color: #333333;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    transition: all .5s ease .1s;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-more {
    color: #999999;
    font-size: 12px;
    margin-top: 8px;
    transition: all .5s ease .1s;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-more .iconfont {
    font-size: 12px;
    margin-left: 5px;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-title:hover {
    color: #4c60c1;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-more:hover {
    color: #4c60c1;
}

.product-conainer .product-body .product-list .product-col .product-item .text-box .text-more:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

@keyframes dong {
    0% {
        padding-left: 0;
    }

    50% {
        padding-left: 10px;
    }

    100% {
        padding-left: 0;
    }
}


/****************************************************************************
 * 产品详情
 */

.product-details {
    overflow: hidden;
    background-color: #f9f9f9;
    padding-bottom: 20px;
    padding-top: 50px;
}

.product-details .container {
    padding: 0 !important;
}

.details-handle .details-handle-body {
    display: flex;
    position: relative;
}

.handle-img-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    background-color: #fff;
}

.details-handle .handle-img-swiper {
    width: 65%;
}

.details-handle .handle-img-swiper img {
    width: 100%;
}

.details-handle .handle-text {
    width: 35%;
    box-sizing: border-box;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
}

.details-handle .handle-text .text-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.details-handle .handle-text .text-content {
    margin-top: 25px;
    margin-bottom: 50px;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.details-handle .handle-text .text-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-bottom .info {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-bottom .info .phone {
    display: flex;
    padding: 15px 20px;
    border-radius: 5px;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: #4c60c1;
}

.text-bottom .info .label {
    font-size: 16px;
}

.text-bottom .info .code {
    font-size: 28px;
}

.details-handle .handle-text .handle-swiper-container {
    position: relative;
    margin-top: 120px;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper {
    margin: 30px;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    padding: 22px 12px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .5s ease .1s;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide:hover {
    border-color: #4c60c1;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide img {
    width: 80px;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide-thumb-active {
    border-color: #4c60c1;
}

.details-handle .handle-text .handle-swiper-container .prev,
.details-handle .handle-text .handle-swiper-container .next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    color: #fff;
    font-size: 14px;
}

.details-handle .handle-text .handle-swiper-container .prev {
    left: 0;
}

.details-handle .handle-text .handle-swiper-container .next {
    right: 0;
}

.details-handle .handle-text .handle-swiper-container .swiper-button-disabled {
    opacity: .4;
}

.product_nav {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    background-color: #fff;
    display: flex;
    padding: 10px 0;
}

.product_nav_item {
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #eee;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333333;
}

.product-nav-item:hover {
    color: #4c60c1;
}

.product_nav_item_active {
    color: #4c60c1;
}

.details-common {
    background-color: #fff;
}

.tuijian {
    background-color: #fff;
    padding-top: 40px;
    margin-top: 80px;
    padding-bottom: 60px;
}

.details-common .header {
    padding: 25px 40px 18px;
    font-size: 30px;
    font-weight: 200;
    display: flex;
    align-items: center;
    color: #333;
}

.details-common .header-border-no {
    padding: 40px 0 !important;
}

.details-common .header-border {
    padding: 40px 0 !important;
    border-bottom: 1px solid #eee;
}

.tuijian .details-common .content-slot-border {
    padding: 0 0 40px 0;
}

.details-common .header .cs-icon {
    display: inline-block;
    height: 30px;
    width: 3px;
    margin-right: 10px;
    background-color: #999999;
}

.details-common .header-active {
    color: #4c60c1;
}

.details-common .header-active .cs-icon {
    background-color: #4c60c1;
}

.details-common .content-slot {
    padding: 0 40px 15px 40px;
}

.details-common .content-slot .content-body {
    /* margin-top: 40px; */
    font-size: 12px;
    color: #333;
    line-height: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.details-common .content-slot .content-body table {
    width: auto !important;
}

.details-common .content-slot .content-body img {
    width: 100%;
}

.content-body-content {
    font-size: 16px;
}

.details-common .content-slot .related-row {
    margin: 0 -10px;
}

.details-common .content-slot .related-row .column {
    padding: 0 10px;
}

.details-common .content-slot .related-row .column .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-bottom: 20px;
}

.tuijian.details-common .content-slot .related-row .column .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
}

.details-common .content-slot .related-row .column .item .img-box {
    border-radius: 4px;
    padding: 30px 15px;
}

.details-common .content-slot .related-row .column .item .img-box .item-img {
    width: 100%;
    transition: all .5s ease .1s;
}

.details-common .content-slot .related-row .column .item .img-box .item-img:hover {
    transform: scale(1.1);
}

.details-common .content-slot .related-row .column .item .item-text {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.details-common .content-slot .related-row .column .item .item-text .text-title {
    flex: 1;
    color: #333333;
    font-size: 18px;
    font-weight: 200;
    transition: all .5s ease .1s;
}

.details-common .content-slot .related-row .column .item .item-text .text-more {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    transition: all .5s ease .1s;
}

.details-common .content-slot .related-row .column .item .item-text .text-more:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

.details-common .content-slot .related-row .column .item .item-text .text-more:hover {
    color: #4c60c1;
}

.details-common .content-slot .related-row .column .item .item-text .text-title:hover {
    color: #4c60c1;
}

.details-common .content-slot .content-album {
    display: flex;
    margin: 0 -15px;
}

.details-common .content-slot .content-album .album-col {
    width: 25%;
    padding: 0 15px;
}

.details-common .content-slot .content-album .album-col img {
    width: 100%;
    border-radius: 4px;
}

.details-common .content-slot .honor-row {
    margin: 0 -10px;
}

.details-common .content-slot .honor-row .column {
    padding: 0 10px;
}

.details-common .content-slot .honor-row .column .item {
    height: 100%;
    padding: 20px;
    display: block;
    background-color: #f9f9f9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details-common .content-slot .honor-row .column .item .img-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-common .content-slot .honor-row .column .item .img-box .item-img {
    width: 100%;
}

.details-common .content-slot .honor-row .column .item .item-text {
    color: #333333;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.details-common .content-slot .honor-row .column .item:hover .item-text {
    color: #4c60c1;
}

.details-i {
    margin-bottom: 30px;
}

.product-nav-r {
    padding: 30px 0;
    padding-left: 40px;
}

.details-search-box {
    background-color: #f4f6ff;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.details-search-item {
    border-right: 1px solid #fff;
    height: 40px;
    display: flex;
    padding: 0px 15px;
    color: #333;
    align-items: center;
}

.details-search-item0 {
    border-right: none;
}

.details-search-item div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}

.search input {
    background-color: #fff;
    /* height: 50px; */
    /* border-bottom: 1px solid ; */
}

input {
    height: 100%;
    outline: none;
    font-size: 14px;
    background-color: #f4f6ff;
    border: none;
}

.details-search-item ::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.details-search-item :-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.details-search-item ::placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

button {
    outline: none;
    border: none;
    height: 50px;
    padding: 0px 26px;
    background-color: #4c60c1;
    font-size: 16px;
    color: #fff;
}

.service {
    background-color: #f9f9f9;
    padding-bottom: 30px;
}

.service-item-right {
    background-color: #fff;
}

.cloudFactory .service-list {
    background-color: #f9f9f9;
}

.cloudFactory .service-list .list .row {
    border-radius: 8px;
    overflow: hidden;
}

.cloudFactory .service-list .list .row .column {
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.service-icon-l {
    position: absolute;
    bottom: 0;
    line-height: 1 !important;
    left: 0;
    z-index: 10;
    width: 120px;
    height: auto;
    color: #dbdff3;
}

.service-icon-r {
    position: absolute;
    bottom: 0;
    line-height: 1 !important;
    right: 0;
    z-index: 10;
    width: 120px;
    height: auto;
    color: #dbdff3;
}

.service-item-right {
    height: 100%;
    padding: 40px;
}

.service-item .img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.service-item .img-box .item-img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-item .img-box .item-img:hover {
    transform: scale(1.1);
}

.service-item-right p {
    position: relative;
    z-index: 100;
}

.service-item-title-en {
    font-size: 18px;
    color: #ddd;
}

.service-item-title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.service-item-content {
    font-size: 16px;
    color: #666;
}

.technology-item {
    display: flex;
    align-items: center;
}

.technology-list .list {
    padding-top: 45px;
}

.technology-list .list .row .column {
    margin-bottom: 0;
}

.technology-list .list .row .column .item {
    flex-direction: row;
    padding: 40px 0;
    height: 100%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.technology-list .list .row .column .item:hover {
    border-bottom: 1px solid #4c60c1;
}

.technology-list .list .row .column .item:hover .technology-item-title {
    color: #4c60c1;
}

.technology-list .list .row .column .item .img-box {
    width: 40%;
}

.technology-item-r {
    width: 60%;
    padding: 25px 0 25px 40px;
    /* margin-left: 40px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.technology-item-r-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.technology-item-title {
    font-size: 24px;
    color: #333;
}

.technology-item-more a {
    transition: all .5s ease .1s;
    color: #999;
}

.technology-item-more {
    font-size: 14px;
    color: #999;
    width: 125px;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s ease .1s;
}

.technology-item-num {
    font-size: 16px;
    color: #999;
}

.technology-item-num i {
    font-size: 18px;
    margin-left: 30px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.technology-item-more:hover {
    background-color: #4c60c1;
    border: #4c60c1;
}

.technology-item-more:hover a {
    color: #fff;
}

.technology-item-more:hover div {
    color: #fff;
}

.technology-item-more:hover .jt {
    animation: dong 2s infinite ease;
    display: inline-block;
}

.caseDetail {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: #fff;
    padding: 10px 40px;
}

.case-top {
    padding: 35px 0 30px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.caseDetail_name {
    font-size: 30px;
    color: #333;
}

.caseDetail_num {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
}

.caseDetail_num i {
    font-size: 22px;
    margin-right: 5px;
}

.caseDetail_num i:last-child {
    padding-left: 15px;
}

.case-c {
    margin-top: 40px;
    background-color: #f9f9f9;
}

.caseDetail-nav {
    display: flex;
    padding-left: 14px;
    border-bottom: 1px solid #fff;
}

.caseDetail-nav-item {
    font-size: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-right: 1px solid #fff;
    padding: 0;
    color: #999;
    padding-left: 20px;
}

.caseDetail-nav-item span {
    color: #333;
}

.caseDetail-content {
    padding: 0 36px;
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding-bottom: 35px;
}

.caseDetail-content span {
    color: #999;
}

.caseDetail-content i {
    font-size: 26px;
    color: #4c60c1;
    margin-right: 8px;
}

.caseDetail-swiper {
    padding: 40px 0;
}

.caseDetail .swiper {
    width: 80%;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
}

.caseDetail .swiper-slide {
    background-size: cover;
    background-position: center;
}

.caseDetail .mySwiper2 {
    height: 600px;
    width: 100%;
}

.caseDetail .mySwiper {
    height: 20%;
    width: calc(80% + 30px);
    box-sizing: border-box;
    margin: 40px auto;
}

.caseDetail .mySwiper .swiper-slide {
    width: calc(25% - 30px) !important;
    margin: 0 15px !important;
    cursor: pointer;
    height: 100%;
    opacity: 0.4;
}

.caseDetail .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.caseDetail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseDetail .mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseDetail .mySwiper2 .swiper-slide img {
    width: 80%;
}

.caseDetail .swiper-button-next,
.caseDetail .swiper-button-prev {
    color: #4c60c1 !important;
}

.caseDetail-nav-item i {
    font-size: 26px;
    color: #4c60c1;
    margin-right: 10px;
}

.caseDetail-nav-item img {
    margin-right: 8px;
    width: 30px;
}

.caseDetail .swiper-pagination {
    display: none;
}

.contact-about-item-img img {
    max-width: 200px;
    max-height: 200px;
}

.contact-box {
    padding-top: 60px;
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.contact-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact {
    padding: 60px 40px 40px 40px;
    display: flex;
    background-color: #fff;
}

.contact-title {
    font-size: 26px;
    color: #333;
}

.contact-about-list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.contact-about-item {
    margin-bottom: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.contact-about-item-img p {
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}

.contact-about-item-img:last-child {
    margin-left: 60px;
}

.contact-about-item:last-child {
    margin-bottom: 10px;
}

.contact-about-item .contact-about-item-icon {
    border-radius: 50%;
    background-color: #dbdff3;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-about-item .contact-about-item-icon i {
    color: #4c60c1;
    font-size: 28px;
}

.contact-about-item-info-label {
    margin-bottom: 6px;
}

.contact-about-item-info {
    font-size: 18px;
    color: #666;
    margin-left: 15px;
    max-width: 80%;
}

.contact-form-list {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}

.contact-form-list input {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 55px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #333;
}

.contact-form-list .liuyan {
    height: 158px;
    width: 100%;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #333;
}

.contact-form-list button {
    margin-top: 10px;
    font-size: 20px;
    border-radius: 10px;
    width: 160px;
}

.contact-form-list ::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.contact-form-list :-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.contact-form-list ::placeholder {
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.contact-map {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 8px #eee;
}

.contact-map .map-sign-box {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 8px #ccc;
}

.contact-map .map-sign-box img {
    width: 60px;
}

.recruit-box {
    padding-top: 60px;
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.recruit-list {
    min-height: 500px;
    padding: 0 !important;
}

.recruit-item-box:hover .recruit-item {
    color: #4c60c1;
}

.recruit-item {
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 0 60px;
    height: 70px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-top {
    color: #fff;
    background-color: #4c60c1;
}

.recruit-item-left p span:first-child {
    display: inline-block;
    width: 8vw;
}

.recruit-item-left p {
    display: flex;
    align-items: center;
    width: 18vw;
    text-align: left;
}

.recruit-item-right p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 13vw;
}

.recruit-item-right span {
    display: inline-block;
    text-align: left;
}

.recruit-item-right p a {
    font-size: 16px;
    color: #666;
}

.recruit-item-right p a:hover {
    color: #4c60c1;
}

.recruit-item-left {
    display: flex;
    align-items: center;
}

.recruit-item-right {
    display: flex;
    align-items: center;
}

.recruit-item-c {
    font-size: 14px;
    padding: 60px;
    color: #333;
    background-color: #f3f5ff;
}

.recruit-item-hide {
    display: none;
}

.download-list {
    margin-top: 40px;
    padding: 0 !important;
}

.download-item {
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 20px;
}

.download-item:hover .download-item-l span {
    color: #4c60c1;
}

.download-item-l {
    display: flex;
    align-items: center;
}

.download-item-l img {
    margin-right: 20px;
}

.download-item-l span {
    font-size: 16px;
    color: #333;
}

.download-item-r {
    width: 90px;
    font-size: 16px;
    height: 40px;
    border-radius: 40px;
    background-color: #e5e5e5;
    color: #999;
    transition: all .5s ease .1s;
}

.download-item-r a {
    color: #999;
    transition: all .5s ease .1s;
}

.download-item-r:hover {
    background-color: #4c60c1;
    color: #fff;
}

.download-item-r:hover a {
    color: #fff;
}

.download-pagination {
    margin-top: 40px;
    padding-bottom: 80px;
}


/****************************************************************************
  * 新闻中心
  */

.news_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
}

.news_item {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.news-item-img {
    padding: 0;
    overflow: hidden;
}

.news-item-img img {
    width: 100%;
}

.news_item-b {
    background-color: #fff;
    padding: 30px;
}

.news_item-b:hover .new_item-title {
    color: #4c60c1;
}

.new_item-title {

    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 800;
    min-height: 50px;
    font-size: 18px;
    color: #333;
    transition: all .5s ease .1s;
    margin-bottom: 10px;
}

.news_item img:hover {
    transform: scale(1.1);
}

.news_item img {
    padding: 0;
    transition: all .5s ease .1s;
}

.news_item-num {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.news_item-num i {
    margin-left: 0;
}

.news_item-num span {
    margin-right: 20px;
    margin-top: -1px;
}

.newsDetail-box {
    padding-bottom: 80px;
}

.newsDetail {
    margin-bottom: 40px !important;
}

.newsDetail-content img {
    max-width: 100% !important;
}

.newsDetail-content {
    padding: 30px 0 20px 0;
    font-size: 16px;

    line-height: 2;

}

.product-top .more {
    margin-top: 0 !important;
}

.plan-swiper-item .more a {
    color: #4c60c1;
}

.plan-header .product-top .more a {
    color: #4c60c1;
}

.product-c2 {
    display: none;
}


/****************************************************************************
  * 搜索
  */

.search-nav {
    .container-fluid {
        .navbar-box {

            .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a,
            .nav-language,
            .nav-code,
            .nav-search {
                color: var(--text-color);
            }

            .nav-divide,
            .navbar-toggler .navbar-toggler-icon {
                background-color: var(--text-color) !important;
            }
        }
    }
}

.navbar-brand .img-n {
    display: none;
}

.navbar-brand .img-t {
    display: block;
}

.search-container {
    padding: 110px 0 80px;
}

.search-container .search-box {
    display: flex;
    position: relative;
    top: 0;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #4c60c1;
}

.search-container .search-box-input {
    background-color: #fff;
    width: 100%;
    height: 70px;
    border: none;
    flex: 1;
    font-size: 20px;
    color: #333;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search-container .search-box-button {
    width: 200px;
    height: 70px;
    background-color: #4c60c1;
    font-size: 24px;
    border: none;
    border-radius: 5px;
}

.search-box-button a {
    color: #fff;
}

.search-result-text {
    color: #333;
    padding: 50px 0 52px;
    line-height: 1;
    font-size: 16px;
}

.search-result-text span {
    color: #ff0000;
}

.search-nav-item a {
    color: #666;
    transition: all .5s ease .1s;
}

.search-nav {
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e4e8;
    display: flex;
    line-height: 1;
}

.search-nav .search-nav-item {
    cursor: pointer;
    font-size: 18px;
    padding-right: 22px;
    color: #666;
    transition: all .5s ease .1s;
}

.search-nav .active a {
    color: #4c60c1;
}

.search-nav .search-nav-item:hover a {
    color: #4c60c1;
}

.search-content-list {
    padding-bottom: 60px;
}

.search-content-item {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: 51px 0 54px;
    border-bottom: 1px solid #e3e4e8;
    transition: all .5s ease .1s;
}

.search-content-item:hover {
    color: #4c60c1;
    border-bottom: 1px solid #4c60c1;

    span:last-child {
        color: #4c60c1;
    }
}

.search-content-item span:last-child {
    color: #999999;
}

.index_phone {
    display: none;
}

.phone-footter {
    display: none;
}

.backTop-box {
    display: none;
}


    .backTop {

        background-color: #4c60c1;
        border-radius: 10px;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .backTop img {
        width: 25px;
        height: 15px;
    }

@media (max-width: 1800px) {
    .about-c {
        height: 620px;
    }
}

@media (min-width: 1700px) {
    .advantage-content-box {
        bottom: 0 !important;
    }
}

@media (max-width: 1600px) {
    .about-c {
        height: 600px;
        padding-right: 180px;
    }

    /* 首页 */
    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 70px;
    }

    .index-flanks,
    .index-about .about-main,
    .index-advantage .advantage-content .text-box {
        padding-left: 80px;
        padding-right: 80px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 22px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-intro {
        font-size: 14px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 80px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 100px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 100px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 80px;
    }
}

@media (max-width: 1500px) {
    .about-c {
        padding-right: 150px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-intro {
        display: none;
    }

    .index-advantage .advantage-content .text-box .text-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        justify-content: flex-end;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        justify-content: flex-end;
    }
}

@media (max-width: 1400px) {
    .about-top {
        padding-top: 600px;
    }

    .news-list-item {
        padding: 25px 20px 25px;
    }

    .about-c {
        padding-top: 60px;
        height: 550px;
        padding-right: 150px;
    }

    .news-c {
        margin-top: 50px;
    }

    /* 首页 */
    .overlay .dialog {
        width: 70%;
    }

    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 60px;
    }

    .index-title {
        font-size: 34px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 20px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-intro {
        font-size: 12px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 60px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 100px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 106px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 60px;
    }

    .about-develop .develop-swiper-container {
        padding-top: 60px;
    }

    .about-develop .swiper-slide-c .intro {
        font-size: 16px;
    }

    .search-container .search-box button {
        height: 65px;
        font-size: 22px;
    }

    .search-container .search-box input {
        height: 65px;
    }

    .search-content-item {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .index-text-item {
        display: block;
    }
}

@media (max-width: 1200px) {
    .global-footer .footer-copyright .copy {
        text-align: center;
        justify-content: center;
    }

    .wx-qq-youlian {
        flex-direction: column;
    }

    .youlian {
        margin-top: 20px;
        width: 400px;
    }

    .product-nav {
        margin-top: 15px;
    }

    .product-top p {
        font-size: 32px;
    }
    .product-c-item-img{
        padding: 25px 15px;
    }
    .product-c-item-img img {
        height: auto;
        width: 70%;
    }
    .about-left-title {
        font-size: 32px;
    }

    .about {
        margin: 80px 0 20px 0;
    }

    .about-left {
        padding-right: 35px;
    }

    .about-left-item-box {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .about-right {
        padding-left: 35px;
    }

    .about-left-item p {
        font-size: 14px;
    }

    .about-left .more {
        width: 180px;
        height: 50px;
        cursor: pointer;
        line-height: 50px;
        padding-left: 50px;
        border-radius: 50px;
        background-color: #4c60c1;
        color: #fff;
        margin-top: 25px;
    }

    .about-top {
        padding-top: 500px;
    }

    .about-nav-list-item {
        font-size: 14px;
        padding: 25px 0 22px 0;
        margin: 0 20px;
    }

    .about-jianjie-box {
        top: -71px;
        margin-bottom: -71px;
    }

    .about-b-form .about-b-button {
        top: -15px;
        font-size: 14px;
        width: 30px;
        line-height: 30px;
        height: 30px;
    }

    .product-nav-item-img {
        width: 66px;
        height: 66px;
    }

    .product-nav .product-nav-item span {
        font-size: 20px;
    }

    .suspend .item {
        height: 50px;
    }

    .suspend .logo {
        width: 50px;
    }

    .suspend .logo i {
        font-size: 20px;
    }

    .popup {
        line-height: 46px;
        font-size: 18px;
    }

    @keyframes show {
        0% {
            width: 0;
            opacity: 0;
        }

        30% {
            opacity: 0;
        }

        100% {
            padding: 0 20px;
            overflow: 1;
        }
    }

    .popup-active {
        animation: show .6s ease forwards;
    }

    .section .about-box {
        padding-top: 0;
        justify-content: center;
    }

    .more {
        padding-left: 44px;
        font-size: 14px;
        width: 150px;
        height: 36px;
        line-height: 36px;
    }

    .about-b-t {
        font-size: 16px;
    }

    .navbar-box .navbar-collapse {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #00000099;
        padding-top: 50px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-right {
        display: none;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
        padding: 10px 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a {
        font-size: 18px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:hover {
        border-bottom: none;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:hover .li-a {
        color: #004ea2;
    }

    .search-input-box {
        padding: 0 8px;
        height: 30px;
    }

    .search {
        padding: 0 20px;
        font-size: 16px;
        height: 80px;
    }

    /* 首页 */
    .case {
        padding: 100px 0 40px 0;
    }

    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 50px;
    }

    .index-flanks,
    .index-about .about-main,
    .index-advantage .advantage-content .text-box,
    .index-case,
    .index-solution .index-title,
    .index-news {
        padding-left: 50px;
        padding-right: 50px;
    }

    .index-advantage {
        padding-top: 120px;
    }

    .index-title {
        font-size: 30px;
    }

    .index-text-item {
        font-size: 22px;
        color: #333;
        padding: 0 50px;
        margin-top: 60px;
    }

    .index-advantage .advantage-content .text-box .text-item {
        display: flex;
        align-items: center;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 20px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 40px;
        justify-content: flex-end;
        width: 30%;
        top: 37%;
        min-height: 11%;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 120px;
        justify-content: flex-end;
        width: 30%;
        top: -4%;
        min-height: 11%;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        width: 30%;
        right: 120px;
        justify-content: flex-start;
        min-height: 11%;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 40px;
        justify-content: flex-start;
        width: 30%;
        top: 37%;
        min-height: 11%;
    }

    .index-plan {
        --index-plan-gap: 50px;
        --index-plan-slide-width: 550px;
        --index-plan-item-padding: 30px;
        --index-plan-item-header-title: 24px;
        --index-plan-item-header-title-sub: 14px;
        --index-plan-item-header-gap: 15px;
        --index-plan-item-content-text-t-size: 14px;
        --index-plan-item-content-text-t-line-height: 34px;
        --index-plan-item-content-learn-more-gap: 40px;
        --index-plan-item-content-img-right: -70px;
        --index-plan-swiper-button-right: 100px;
        --index-plan-swiper-button-size: 50px;
        --index-plan-swiper-button-icon-size: 30px;
    }

    .index-plan .plan-swiper-container .plan-swiper .plan-swiper-button-next {
        display: none;
    }

    .index-plan .more {
        margin-top: 40px;
    }

    .news-top p {
        font-size: 30px;
        color: #333;
        font-weight: 800;
    }

    .news-c {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .news-nav-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .news-nav-box .more {
        height: 30px;
        margin-top: 0;
        font-size: 12px;
        line-height: 30px;
    }

    .news-nav {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding-top: 0px;
    }

    .news-nav-item {
        cursor: pointer;
        margin-top: 0px;
        margin: 0 30px;
        display: flex;
        align-items: center;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
    }

    .news-nav-item-active {
        border-bottom: 1px solid #4c60c1;
    }

    .news-nav-item:hover {
        border-bottom: 1px solid #4c60c1;
    }

    .news-nav-item-icon-box {
        display: none;
    }

    .news-nav-item-title {
        margin-left: 0;
        color: #333;
        font-size: 16px;
    }

    .news-list-box {
        width: 100%;
    }

    .news-list {
        margin-top: 10px;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        border-left: none;
        display: flex;
        align-items: center;
    }

    .news-list-item {
        padding: 20px 10px 20px;
    }

    .news-list-item-btn {
        font-size: 12px;
    }

    .day {
        font-size: 36px;
    }

    .time {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .news-list-item {
        padding-top: 10px;
    }

    .news-list-item-title {
        font-size: 16px;
    }

    .news-list-item-content {
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .foot-about {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .global-footer .footer-body {
        justify-content: center;
    }

    .global-footer .footer-body .body-main {
        display: none !important;
    }

    .wx-qq {
        justify-content: center;
    }

    .global-footer .footer-body .body-main .main-item {
        padding: 0 10px;
    }

    .global-footer .footer-body .body-main .main-item .link-title {
        font-size: 14px;
    }

    .foot-about .address {
        margin: 10px 0 20px 0;
    }

    .foot-about span {
        font-size: 26px;
    }

    .rongyu-title {
        padding: 60px 0;
        font-size: 30px;
    }

    .rongyu-swiper {
        padding-bottom: 60px;
    }

    .product-nav-r {
        padding: 23.5px;
    }

    .product-details {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-c {
        height: 500px;
        padding-top: 60px;
    }

    .about-jianjie-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-jianjie-s {
        font-size: 20px;
    }

    .about-jianjie-c {
        max-height: 270px;
        margin-top: 20px;
        color: #666;
    }

    .about-jianjie-c p {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .about-culture-item {
        height: 650px;
        padding-top: 177px;
    }

    .about-culture-item-c {
        font-size: 14px;
        margin-top: 60px;
    }

    .about-culture-item-c li {
        margin-bottom: 20px;
    }

    .about-culture-item .item-title {
        font-size: 20px;
        padding-top: 15px;
    }

    .about-culture-item .item-title-en {
        font-size: 30px;
    }

    .gang {
        padding: 2px 0;
        width: 40px;
        margin: 0 auto;
        margin: 30px 0 15px 0;
    }

    .about-develop {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about-develop .global-title .title {
        font-size: 30px;
    }

    .about-develop .develop-swiper-container {
        padding-top: 50px;
    }

    .about-develop .swiper-slide-c .intro {
        padding: 15px;
        font-size: 14px;
        margin-top: 25px;
    }

    .case-nav-item {
        margin-right: 30px;
    }

    .case-list {
        padding-bottom: 60px;
    }

    .case-list .list .row .column .item .item-text .text-title {
        font-size: 18px;
    }

    /****************************************************************************
  * 彩石金属瓦
  */
    .product-conainer {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .product-conainer .product-body .product-sidebar {
        max-height: calc(100% - 50px);
    }

    .product-conainer .product-body .product-list .product-col {
        padding: 0 15px;
        padding-bottom: 30px;
    }

    .product-conainer .product-body .product-list .product-col .product-item {
        padding: 15px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box {
        padding-top: 10px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box .text-title {
        font-size: 18px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box .text-more {
        margin-top: 6px;
    }

    /****************************************************************************
  * 产品详情
  */
    .details-handle {
        padding: 30px;
    }

    .details-handle .handle-text {
        padding-left: 30px;
    }

    .details-handle .handle-text .text-title {
        font-size: 18px;
    }

    .details-handle .handle-text .text-content {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .details-handle .handle-text .handle-swiper-container {
        margin-top: 60px;
    }

    .text-bottom .info .phone {
        padding: 15px 20px;
    }

    .text-bottom .info .label {
        font-size: 14px;
    }

    .text-bottom .info .code {
        font-size: 18px;
    }

    .tuijian {
        padding-top: 30px;
        padding: 40px;
    }

    .tuijian .details-common .content-slot-border {
        padding: 0 0 30px 0;
    }

    .details-common .header {
        padding: 20px 30px 20px;
        font-size: 20px;
    }

    .details-common .header-border-no {
        padding: 20px 0 !important;
    }

    .details-common .header-border {
        padding: 20px 0 !important;
        border-bottom: 1px solid #eee;
    }

    .details-common .content-slot {
        padding: 30px;
        padding-top: 0;
    }

    .details-common .content-slot .content-body {
        margin-top: 30px;
    }

    .details-common .content-slot .related-row .column .item .item-text .text-title {
        font-size: 18px;
    }

    .details-common .content-slot .related-row .column .item .item-text .text-more {
        margin-top: 8px;
    }

    .details-common .content-slot .content-album {
        margin: 0 -10px;
    }

    .details-common .content-slot .content-album .album-col {
        padding: 0 10px;
    }

    .service-item-right {
        padding: 20px;
    }

    .service-icon-l {
        width: 90px;
    }

    .service-icon-r {
        width: 90px;
    }

    .item-title-box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .service-item-title-en {
        font-size: 16px;
    }

    .service-item-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .service-item-content {
        font-size: 14px;
    }

    .technology-list .list .row .column .item {
        padding: 30px 0;
    }

    .technology-item-r {
        padding: 15px 0 15px 30px;
    }

    .technology-item-title {
        font-size: 20px;
    }

    .technology-item-more {
        font-size: 14px;
        width: 125px;
        padding-left: 30px;
        height: 38px;
        line-height: 38px;
        border-radius: 40px;
    }

    .technology-item-num {
        font-size: 16px;
    }

    .technology-item-num i {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 5px;
    }

    /****************************************************************************
  * 联系我们
  */
    .contact {
        padding: 40px 30px 30px 20px;
        display: flex;
        background-color: #fff;
    }

    .contact-title {
        font-size: 26px;
        color: #333;
    }

    .contact-about-list {
        margin-top: 30px;
    }

    .contact-about-item {
        margin-bottom: 30px;
        padding: 0 !important;
    }

    .contact-about-item .contact-about-item-icon {
        width: 50px;
        height: 50px;
    }

    .contact-about-item .contact-about-item-icon i {
        font-size: 24px;
    }

    .contact-about-item-info-label {
        margin-bottom: 5px;
    }

    .contact-about-item-info {
        font-size: 14px;
        color: #666;
        margin-left: 15px;
    }

    .contact-form-list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .contact-form-list input {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 20px;
        height: 40px;
        border: 1px solid #eee;
        background-color: #fff;
        color: #333;
    }

    .contact-form-list .liuyan {
        height: 128px;
        width: 100%;
        line-height: 35px;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        border: 1px solid #eee;
        background-color: #fff;
        color: #333;
    }

    .contact-form-list button {
        margin-top: 10px;
        height: 45px;
        font-size: 16px;
        width: 140px;
    }

    .contact-map .map-sign-box {
        width: 80px;
        height: 80px;
    }

    .contact-map .map-sign-box img {
        width: 55px;
    }

    .recruit-item {
        font-size: 16px;
        padding: 0 40px;
        height: 60px;
    }

    .recruit-item-right p a {
        font-size: 16px;
    }

    .recruit-item-c {
        font-size: 14px;
        padding: 40px;
    }

    /****************************************************************************
  * 下载中心
  */
    .cloudFactor-title {
        font-size: 30px;
    }

    .download-list {
        margin-top: 30px;
    }

    .download-item {
        padding: 25px;
        margin-bottom: 20px;
    }

    .download-item-l img {
        margin-right: 15px;
    }

    .download-item-l span {
        font-size: 16px;
        color: #333;
    }

    .download-item-r {
        width: 90px;
        font-size: 16px;
        height: 40px;
    }

    .download-pagination {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    /****************************************************************************
  * 新闻中心
  */
    .news_item {
        margin-bottom: 30px;
    }

    .news_item-b {
        background-color: #fff;
        padding: 20px;
    }

    .new_item-title {

        font-size: 16px;
        color: #333;
    }

    .news_item-num {
        display: flex;
        align-items: center;
    }

    .news_item-num i {
        margin-left: 0;
    }

    .newsDetail-box {
        padding-bottom: 70px;
    }

    .newsDetail {
        margin-bottom: 30px !important;
    }

    .cloudFactory-video {
        margin-bottom: 40px !important;
    }

    .cloudFactory-video .item {
        padding-bottom: 30px;
    }

    .cloudFactory-video-list .list .row {
        padding-bottom: 10px;
    }

    .cloudFactory-video .name {
        font-size: 16px;
        margin-top: 20px;
        color: #333;
    }

    .search-container {
        padding: 110px 0 50px;
    }

    .search-box-input {
        height: 60px;
        font-size: 18px;
    }

    .search-box .search-box-button {
        height: 60px;
        width: 150px;
        font-size: 18px;
    }

    .search-result-text {
        font-size: 15px;
    }

    .search-nav .search-nav-item {
        font-size: 16px;
    }

    .search-content-item {
        font-size: 20px;
        padding: 41px 0 44px;
    }
}

@media (max-width: 992px) {
    .recruit-item-right p {
        width: 25vw;
    }

    .recruit-item-left p {
        width: 45vw;
    }

    .recruit-item-left p span:first-child {
        display: inline-block;
        width: 50%;
    }

    .product-top p {
        font-size: 26px;
    }

    .about {
        padding: 40px 0;
        flex-direction: column-reverse;
        margin: 0;
    }

    .about-left {
        margin-top: 15px;
        padding-right: 0px;
    }

    .about-left-title {
        font-size: 34px;
    }

    .about-left-title-b {
        font-size: 14px;
        margin: 18px 0 30px 0;
    }

    .about-left-c {
        font-size: 12px;
    }

    .about-left-list {
        padding-right: 12px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .about-left-item0 {
        padding-bottom: 20px;
        border-bottom: 1px dashed #e5e5e5;
    }

    .about-left-item1,
    .about-left-item2 {
        align-items: center;
    }

    .about-left-item {
        padding: 8px 0 8px 0;
        display: flex;
        flex-direction: column;
        height: 50%;
    }

    .about-left-item-box {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .about-left-item p {
        font-size: 12px;
        color: #333;
    }

    .about-right {
        padding-left: 0px;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .video {
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .video-f {
        border-radius: 20px;
        position: relative;
        z-index: 99;
    }

    .video-f img {
        max-width: 100%;
    }

    .video-bj {
        position: absolute;
        top: 30px;
        right: -45px;
        z-index: 1;
    }

    .about-top {
        padding-top: 500px;
    }

    .product-nav-item-img {
        width: 55px;
        height: 55px;
        margin-right: 10px;
    }

    .product-nav .product-nav-item span {
        font-size: 16px;
    }

    .popup {
        line-height: 48px;
        font-size: 16px;
    }

    .more {
        padding-left: 25px;
        font-size: 12px;
        width: 110px;
        height: 36px;
        line-height: 35px;
    }

    .about-b-t {
        font-size: 14px;
    }

    .head-logo {
        width: 6rem;
    }

    .video {
        height: auto;
    }

    .video-bj {
        display: none;
    }

    .play_btn {
        width: 50px;
        height: 50px;
    }

    .overlay .dialog .iconfont {
        top: -40px;
        height: 34px;
        font-size: 18px;
    }

    .img-overlay .img-dialog .iconfont {
        top: -40px;
        height: 34px;
        font-size: 18px;
    }

    .global-pagination a {
        line-height: 28px;
        min-width: 30px;
        font-size: 14px;
        margin: 0 6px;
    }

    .global-move-page {
        padding: 15px;
    }

    .global-move-page a {
        font-size: 14px;
    }

    .global-move-page .prev,
    .global-move-page .next {
        line-height: 32px;
    }

    .product-nav-r {
        padding: 19px;
    }

    .about-b {
        display: none !important;
    }

    .advantage-content-box {
        bottom: 0 !important;
    }

    .search-input-box {
        padding: 0 8px;
        height: 30px;
    }

    .search {
        padding: 0 20px;
        font-size: 14px;
        height: 60px;
    }

    .case-nav-item {
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

    .case {
        padding: 60px 0 40px 0;
    }

    .navbar-box .navbar-collapse {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #00000099;
        padding-top: 50px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-right {
        display: none;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
        padding: 10px 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a {
        font-size: 12px;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:hover {
        border-bottom: none;
    }

    .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:hover .li-a {
        color: #4c60c1;
    }

    .section {
        height: auto !important;
    }

    .fp-tableCell {
        height: auto !important;
    }

    .section-advantage {
        height: 62vh !important;
    }

    .index-text-item {
        margin-top: 30px;
        font-size: 18px;
    }

    /* 首页 */
    .index-top,
    .index-about .index-about-bg,
    .index-advantage,
    .index-case,
    .index-solution,
    .index-news {
        padding-top: 60px;
    }

    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 40px;
    }

    .index-flanks,
    .index-about .about-main,
    .index-advantage .advantage-content .text-box,
    .index-case,
    .index-solution .index-title,
    .index-news {
        padding-left: 40px;
        padding-right: 40px;
    }

    .index-title {
        font-size: 30px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 16px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 40px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 100px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 100px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 40px;
    }

    .index-plan {
        padding: 60px 0 30px 0;
        --index-plan-gap: 40px;
        --index-plan-slide-width: 450px;
        --index-plan-item-padding: 25px;
        --index-plan-item-gap: 25px;
        --index-plan-item-header-title: 22px;
        --index-plan-item-header-gap: 15px;
        --index-plan-item-content-text-width: 45%;
        --index-plan-item-content-text-t-size: 14px;
        --index-plan-item-content-text-t-line-height: 30px;
        --index-plan-item-content-learn-more-gap: 40px;
        --index-plan-item-content-img-right: -70px;
    }

    .index-plan .more {
        margin-top: 30px;
    }

    .news {
        padding: 60px 0 60px 0;
    }

    .global-footer .footer-body {
        justify-content: center;
        padding: 30px 0 0 0;
    }

    .wx-qq-youlian {
        padding-bottom: 30px;
    }

    .youlian {
        width: 60%;
    }

    .foot-about .address {
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .wx-qq {
        justify-content: center;
    }

    .foot-about p {
        font-size: 12px;
        text-align: center;
    }

    .foot-about p span {
        font-size: 20px;
    }

    .global-footer .footer-copyright {
        border-top: 2px solid #2a2a2a;
        padding: 15px 0;
    }

    .global-footer .footer-copyright .copy {
        text-align: center;
        font-size: 12px;
    }

    .about-jianjie-box {
        top: -62px;
        margin-bottom: -62px;
    }

    .about-jianjie-r {
        height: 61px;
    }

    .about-nav-list-item {
        font-size: 14px;
        padding: 20px 0 18px 0;
        margin: 0 10px;
        color: #666;
    }

    .about-nav-r i {
        margin-right: 10px;
    }

    .about-c {
        height: auto;
        padding-top: 30px;
        padding: 30px 60px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .about-jianjie-img {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        left: 0;
        z-index: 150;
    }

    .about-jianjie-ss {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .about-jianjie-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-jianjie-s {
        font-size: 16px;
    }

    .about-jianjie-c {
        max-height: 280px;
        margin-top: 30px;
        padding: 10px 0;
        color: #666;
    }

    .about-jianjie-c p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about-rongyu {
        padding-bottom: 60px;
    }

    .rongyu-title {
        padding: 40px 0;
        font-size: 26px;
    }

    .rongyu-swiper {
        padding-bottom: 60px;
    }

    .about-culture {
        color: #fff;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .item-title-en-box {
        display: flex;
    }

    .about-culture-item:hover {
        background-color: #4c60c199;
    }

    .about-culture-item {
        border-radius: 10px;
        margin: 8px 0;
        background-color: #4c60c199;
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-around;
        border-right: none;
    }

    .about-culture-item-c {
        font-size: 14px;
        height: auto !important;
        margin-top: 20px !important;
        display: block !important;
    }

    .gang {
        display: none !important;
    }

    .about-culture-item-c li {
        margin-bottom: 5px;
    }

    .about-culture-item .item-title {
        font-size: 16px;
        font-weight: 200;
        padding-top: 5px;
        text-align: left;
    }

    .about-culture-item .item-title-en {
        font-size: 16px;
        font-weight: 200 !important;
        margin-right: 8px;
    }

    .gang {
        display: none;
    }

    .about-develop {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-develop .develop-swiper-container {
        padding-top: 40px;
    }

    .about-develop .global-title .title {
        font-size: 26px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis {
        margin-bottom: 50px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis::before {
        top: 54px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis .year {
        font-size: 16px;
        padding-bottom: 29px;
        transform: translateY(5px);
    }

    .about-develop .develop-swiper-container .develop-swiper .active-swiper-slide .axis .year {
        transform: translateY(0);
        font-size: 22px;
        padding-bottom: 20px;
    }

    .about-develop .swiper-slide-c .intro {
        font-size: 14px;
        margin-top: 20px;
    }

    .zeren-box {
        padding: 40px 0;
    }

    .zeren-item-top {
        transform: translateX(-12px);
    }

    .zeren-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .zeren-item-top-num {
        font-size: 60px;
    }

    .zeren-item-top-title {
        transform: translate(-62px, 3px);
        font-size: 20px;
    }

    .case-list {
        padding-bottom: 50px;
    }

    .case-list .list {
        padding: 0;
    }

    .case-list .list .row .column .item {
        padding: 20px;
    }

    .case-list .list .row {
        margin: 0 -8px;
    }

    .case-list .list .row .column .item .item-text {
        margin-top: 20px;
    }

    .case-list .list .row .column .item .item-text .text-type {
        font-size: 14px;
    }

    .case-list .list .row .column .item .item-text .text-title {
        font-size: 16px;
    }

    /****************************************************************************
  * 彩石金属瓦
  */
    .product-conainer {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .product-conainer .product-body .product-sidebar {
        width: 160px;
        max-height: calc(100% - 45px);
    }

    .product-conainer .product-body .product-list .product-col .product-item {
        padding: 15px;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item {
        width: 160px;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a {
        font-size: 14px;
    }

    .product-conainer .product-body .product-list {
        margin-left: 160px;
    }

    .product-conainer .product-body .product-list .product-col {
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box .text-title {
        font-size: 14px;
    }

    /****************************************************************************
  * 产品详情
  */
    .details-handle {
        padding: 25px;
    }

    .details-handle .details-handle-body {
        padding-bottom: 110px;
    }

    .details-handle .handle-img-swiper {
        width: 50%;
    }

    .details-handle .handle-text {
        width: 50%;
        padding-left: 25px;
    }

    .details-handle .handle-text .handle-swiper-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .tuijian .details-common .content-slot-border {
        padding: 0 0 20px 0;
    }

    .details-common .header {
        padding: 20px 25px 20px;
        font-size: 18px;
    }

    .details-common .header-border-no {
        padding: 20px 0 !important;
    }

    .details-common .header-border {
        padding: 20px 0 !important;
        border-bottom: 1px solid #eee;
    }

    .details-common .content-slot {
        padding: 25px;
        padding-top: 0;
    }

    .details-common .content-slot .content-body {
        margin-top: 25px;
    }

    .details-common .content-slot .related-row {
        margin: 0 -8px;
    }

    .details-common .content-slot .related-row .column {
        padding: 0 8px;
    }

    .details-common .content-slot .related-row .column .item .img-box {
        padding: 15px;
    }

    .details-common .content-slot .related-row .column .item .item-text .text-title {
        font-size: 16px;
    }

    .details-common .content-slot .content-album {
        margin: 0 -8px;
    }

    .details-common .content-slot .content-album .album-col {
        padding: 0 8px;
    }

    .details-common .content-slot .honor-row {
        margin: 0 -8px;
    }

    .details-common .content-slot .honor-row .column {
        padding: 0 8px;
    }

    .details-common .content-slot .honor-row .column .item {
        padding: 15px;
    }

    .details-common .content-slot .honor-row .column .item .item-text {
        padding-top: 15px;
    }

    .text-bottom .info .phone {
        display: flex;
        padding: 10px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        background-color: #4c60c1;
    }

    .text-bottom .info .label {
        font-size: 14px;
    }

    .text-bottom .info .code {
        font-size: 20px;
    }

    .service-item-right {
        padding: 15px;
    }

    .service-icon-l {
        width: 70px;
    }

    .service-icon-r {
        width: 70px;
    }

    .service-item-title-en {
        font-size: 14px;
    }

    .service-item-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .service-item-content {
        font-size: 14px;
    }

    .caseDetail {
        margin-top: 20px;
        margin-bottom: 60px;
        padding: 10px 30px;
    }

    .case-top {
        padding: 25px 0 20px 0;
    }

    .caseDetail_name {
        font-size: 30px;
    }

    .caseDetail_num {
        margin-top: 15px;
        font-size: 16px;
    }

    .caseDetail_num i {
        font-size: 22px;
        margin-right: 5px;
    }

    .caseDetail_num i:last-child {
        padding-left: 15px;
    }

    .case-c {
        margin-top: 30px;
        padding: 0 25px;
    }

    .caseDetail-nav {
        padding: 20px 0;
    }

    .caseDetail-nav-item {
        font-size: 14px;
        padding: 0;
    }

    .caseDetail-nav-item i {
        font-size: 22px;
        margin-right: 8px;
    }

    .caseDetail-nav-item img {
        margin-right: 8px;
        width: 30px;
    }

    .caseDetail-content {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 25px;
    }

    .caseDetail-content i {
        font-size: 22px;
        margin-right: 8px;
    }

    .caseDetail-swiper {
        padding: 30px 0;
    }

    .caseDetail .mySwiper2 {
        height: 300px;
        width: 100%;
    }

    .caseDetail .mySwiper {
        display: none;
    }

    .caseDetail .swiper-button-next,
    .caseDetail .swiper-button-prev {
        display: none;
    }

    .caseDetail .swiper-pagination {
        display: block;
    }

    /****************************************************************************
  * 联系我们
  */
    .contact {
        padding: 30px 20px 30px 15px;
        display: flex;
        flex-direction: column;
    }

    .contact-title {
        font-size: 22px;
        color: #333;
    }

    .contact-about-list {
        margin-top: 20px;
    }

    .contact-about-item {
        margin-bottom: 20px;
        padding: 0 !important;
    }

    .contact-about-item .contact-about-item-icon {
        width: 50px;
        height: 50px;
    }

    .contact-about-item .contact-about-item-icon i {
        font-size: 24px;
    }

    .contact-about-item-info-label {
        margin-bottom: 5px;
    }

    .contact-about-item-info {
        font-size: 14px;
        color: #666;
        margin-left: 15px;
    }

    .contact-form-list {
        margin-top: 20px;
    }

    .contact-form-list input {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .contact-form-list .liuyan {
        height: 100px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .contact-form-list button {
        margin-top: 10px;
        height: 40px;
        font-size: 14px;
        width: 120px;
    }

    .contact-map {
        width: 100%;
        height: 300px;
    }

    .recruit-item {
        font-size: 14px;
        padding: 0 30px;
        height: 50px;
    }

    .recruit-item-right p a {
        font-size: 14px;
    }

    .recruit-item-c {
        font-size: 14px;
        padding: 30px;
    }

    /****************************************************************************
  * 下载中心
  */
    .cloudFactor-title {
        font-size: 26px;
    }

    .download-list {
        margin-top: 20px;
    }

    .download-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .download-item-l img {
        margin-right: 15px;
    }

    .download-item-l span {
        font-size: 14px;
        color: #333;
    }

    .download-item-r {
        width: 80px;
        font-size: 14px;
        height: 36px;
    }

    .download-pagination {
        margin-top: 25px;
        padding-bottom: 50px;
    }

    /****************************************************************************
  * 新闻中心
  */
    .news_item {
        margin-bottom: 15px;
    }

    .news_item-b {
        background-color: #fff;
        padding: 15px;
    }

    .new_item-title {

        font-size: 14px;
        color: #333;
    }

    .news_item-num {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .news_item-num i {
        margin-left: 0;
    }

    .news_item-num span {
        margin-right: 15px;
    }

    .newsDetail-box {
        padding-bottom: 50px;
    }

    .newsDetail {
        margin-bottom: 20px !important;
    }

    .newsDetail-content {
        padding: 20px 0 15px 0;
        font-size: 16px;

    }

    .cloudFactor-title {
        padding-top: 40px;
    }

    .cloudFactory-list .list {
        margin-top: 30px;
    }

    .cloudFactory-video {
        margin-bottom: 30px !important;
    }

    .cloudFactory-video .item {
        padding-bottom: 20px;
    }

    .cloudFactory-video-list .list .row {
        padding-bottom: 10px;
    }

    .cloudFactory-list .list .row .column .item .img-box p {
        font-size: 14px;
        left: 15px;
        bottom: 15px;
    }

    .cloudFactory-video .name {
        font-size: 16px;
        margin-top: 20px;
        color: #333;
    }

    .cloudFactory-video-btn img {
        width: 36px;
        height: 36px;
    }

    .search-container {
        padding: 70px 20px 40px;
    }

    .search-box .search-box-input {
        height: 55px;
        font-size: 16px;
    }

    .search-box-button {
        height: 55px;
        font-size: 16px;
        width: 120px;
    }

    .search-result-text {
        font-size: 14px;
        padding: 35px 0 38px;
    }

    .search-nav .search-nav-item {
        font-size: 15px;
    }

    .search-content-list {
        padding-bottom: 30px;
    }

    .search-content-item {
        font-size: 18px;
        padding: 31px 0 34px;
    }
}

@media (max-width: 768px) {
    .contact-about-item-img img {
        width: 80px;
        height: 80px;
    }

    .contact-about-item-img p {
        font-size: 14px;
        margin-top: 5px;
    }

    .product-c-item {
        justify-content: flex-start;
        padding: 10px 0 10px 0;
    }
.product-c-item-img{
    padding: 0 10px;
    width: 33%;
}
.product-content{ 
    width: 66%;
}
.product-c-item-img img{
    width: 100%;
}
    .product-top p {
        font-size: 22px;
    }

    .suspend .item {
        height: 40px;
    }

    .suspend .logo {
        width: 40px;
    }

    .popup {
        line-height: 36px;
        font-size: 14px;
    }

    .about-top {
        padding-top: 360px;
    }

    .suspend {
        right: 20px;
    }

    .about-left .more {
        width: 120px;
        height: 40px;
        line-height: 39px;
        padding-left: 35px;
        border-radius: 50px;
        margin-top: 20px;
    }

    .about-left .more {}

    @keyframes show {
        0% {
            width: 0;
            opacity: 0;
        }

        30% {
            opacity: 0;
        }

        100% {
            overflow: 1;
            padding: 0 15px;
        }
    }

    .about-left {
        padding-right: 0px;
    }

    .about-left-title {
        font-size: 20px;
    }

    .about-left-title-b {
        font-size: 14px;
        margin: 12px 0 20px 0;
    }

    .about-left-c {
        line-height: 1.5;
        font-size: 12px;
    }

    .about-left-list {
        padding-right: 12px;
        margin-top: 10px;
    }

    .about-left-item0 {
        padding-bottom: 20px;
        border-bottom: 1px dashed #e5e5e5;
    }

    .about-left-item {
        padding: 8px 0 8px 0;
        display: flex;

        justify-content: center;
        flex-direction: column;
        height: 50%;
    }

    .about-left-item-box {
        width: 36px;
        height: 36px;
    }

    .about-left-item p {
        font-size: 12px;
        color: #333;
    }

    .about-right {
        padding-left: 0px;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .video {
        width: auto;
    }

    .video-f {
        border-radius: 20px;
        position: relative;
        z-index: 99;
    }

    .video-f img {
        max-width: 100%;
    }

    .video-bj {
        position: absolute;
        top: 30px;
        right: -45px;
        z-index: 1;
    }

    .about-b-t {
        font-size: 14px;
    }

    .play_btn {
        width: 40px;
        height: 40px;
    }

    .global-move-page {
        padding: 12px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .overlay .dialog {
        width: 90%;
        padding: 10px;
    }

    .global-move-page a {
        font-size: 12px;
    }

    .global-move-page .prev,
    .global-move-page .next {
        line-height: 30px;
    }

    .global-move-page .back {
        padding: 6px 20px;
        margin-top: 10px;
    }

    .section-advantage {
        height: 44vh !important;
    }

    .index-text-item {
        margin-top: 20px;
        font-size: 14px;
    }

    .search-input-box {
        padding: 0 8px;
        height: 30px;
    }

    .search img {
        width: 16px;
        height: 16px;
    }

    .search {
        padding: 0 20px;
        font-size: 14px;
        height: 50px;
    }

    .search ::-webkit-input-placeholder {
        color: #999;
        font-size: 12px;
        line-height: 35px;
    }

    .search :-ms-input-placeholder {
        color: #999;
        font-size: 12px;
        line-height: 35px;
    }

    .search ::placeholder {
        color: #999;
        font-size: 12px;
        line-height: 35px;
    }

    /* 首页 */
    .index-advantage {
        min-height: 440px;
    }

    .index-top,
    .index-about .index-about-bg,
    .index-advantage,
    .index-case,
    .index-solution,
    .index-news {
        padding-top: 30px;
    }

    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 30px;
    }

    .index-flanks,
    .index-about .about-main,
    .index-advantage .advantage-content .text-box,
    .index-case,
    .index-solution .index-title,
    .index-news {
        padding-left: 30px;
        padding-right: 30px;
    }

    .index-title {
        font-size: 22px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 12px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 20px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 70px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 70px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 20px;
    }

    .index-plan {
        --index-plan-gap: 35px;
        --index-plan-slide-width: 400px;
        --index-plan-item-padding-bottom: 25px;
        --index-plan-item-gap: 25px;
        --index-plan-item-header-title: 20px;
        --index-plan-item-header-gap: 15px;
        --index-plan-item-content-text-width: 45%;
        --index-plan-item-content-text-t-size: 14px;
        --index-plan-item-content-text-t-line-height: 30px;
        --index-plan-item-content-learn-more-gap: 40px;
        --index-plan-item-content-img-right: -50px;
    }

    .index-plan .more {
        margin-top: 25px;
    }

    .plan-swiper-container {
        padding-right: 0;
    }

    .plan-header {
        padding-left: 0;
        padding-right: 0;
    }

    .news {
        padding: 60px 0 40px 0;
    }

    .news-top p {
        font-size: 20px;
    }

    .news-c {
        margin-top: 30px;
    }

    .news-nav-box .more {
        width: 130px;
        height: 30px;
        line-height: 30px;
        margin-top: 0;
        font-size: 12px;
    }

    .news-nav-item {
        margin: 0 20px;
    }

    .news-nav-item:hover {
        border-bottom: 1px solid #4c60c1;
    }

    .news-nav-item-icon {
        display: none;
    }

    .news-nav-item-title {
        color: #333;
        font-size: 12px;
    }

    .news-list {
        margin-top: 10px;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        border-left: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .news-list-item {
        padding: 20px 15px 20px;
    }

    .news-list-item-btn {
        font-size: 12px;
    }

    .day {
        display: none;
    }

    .time {
        display: none;
    }

    .news-list-item-c-img {
        overflow: hidden;
        width: 36%;
        border-radius: 10px;
    }

    .news-list-item img {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        border-radius: 10px;
    }

    .news-list-item-top {
        display: flex;
        justify-content: space-between;
    }

    .news-list-item-top-right {
        display: block;
        font-size: 12px;
    }

    .news-list-item-c {
        display: flex;
        padding-top: 0;
        justify-content: space-between;
        margin: 15px 0;
    }

    .news-list-item-title {
        font-size: 16px;
    }

    .news-list-item-content {
        font-size: 12px;
        width: 60%;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-line-clamp: initial;
    }

    .global-footer .footer-body {
        justify-content: center;
        padding: 25px 0 0 0;
    }

    .wx-qq-youlian {

        padding-bottom: 20px;
    }

    .youlian {
        width: 80%;
    }

    .foot-logo {
        margin-bottom: 15px;
    }

    .foot-about .address {
        margin: 10px 0 15px 0;
    }

    .footter-phone {
        margin-top: 10px;
    }

    .wx-qq .code-img img {
        width: 50px;
        height: 50px;
    }

    .foot-about p {
        font-size: 12px;
    }

    .foot-about p span {
        font-size: 16px;
    }

    .global-footer .footer-copyright {
        border-top: 2px solid #2a2a2a;
        padding: 15px 0;
    }

    .global-footer .footer-copyright .copy {
        text-align: center;
        font-size: 12px;
        padding: 0 15px;
        flex-direction: column;
    }

    .global-footer .footer-copyright .copy a {

        font-size: 12px;

    }

    .about-nav-list {
        margin-left: 0;
    }

    .about-nav-r i {
        margin-right: 6px;
    }

    .product-details {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-nav-list-item {
        margin: 0 10px;
    }

    .about-nav-list {
        width: 100%;
        /* flex-direction: column; */
        /* padding: 0 15px; */
        justify-content: space-around;
    }

    .about-nav .about-nav-r {
        display: none;
    }

    .about-nav .about-nav-r-show {
        display: flex;
        align-items: center;
    }


    .about-c {
        height: auto;
        padding-top: 20px;
        padding: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .about-jianjie-img {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        left: 0;
        z-index: 150;
    }

    .about-jianjie-ss {
        margin-bottom: 20px;
        display: flex;
    }

    .about-jianjie-title {
        font-size: 20px;
    }

    .about-jianjie-s {
        font-size: 16px;
    }

    .about-jianjie-c {
        max-height: 280px;
        margin-top: 20px;
        overflow-y: auto;
        padding: 10px 0;
        color: #666;
    }

    .about-jianjie-c p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .about-rongyu {
        padding-bottom: 40px;
    }

    .rongyu-title {
        padding: 30px 0;
        font-size: 20px;
    }

    .rongyu-swiper {
        padding-bottom: 50px;
    }

    .about-culture {
        padding: 15px;
    }

    .about-culture-item-c {
        font-size: 12px;
    }

    .about-culture-item .item-title {
        font-size: 14px;
        padding-top: 5px;
    }

    .about-culture-item .item-title-en {
        font-size: 14px;
    }

    .about-develop {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-develop .develop-swiper-container {
        padding-top: 30px;
    }

    .about-develop .global-title .title {
        font-size: 20px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis {
        margin-bottom: 40px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis::before {
        top: 43px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis .year {
        font-size: 18px;
        padding-bottom: 15px;
        transform: translateY(0);
        font-weight: 800;
    }

    .zeren-item-top {
        transform: translateX(-12px);
    }

    .zeren-box {
        padding: 30px 0;
    }

    .zeren-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .zeren-item {
        border-radius: 10px;
        max-width: calc(100% - 20px);
        padding: 0 15px 15px 15px;
        margin: 0 10px 20px 10px;
    }

    .zeren-item-top-num {
        font-size: 60px;
    }

    .zeren-item-top-title {
        transform: translate(-62px, 3px);
        font-size: 18px;
    }

    .case-nav-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0px 10px;
    }

    .case-nav-down {
        display: block;
    }

    .case-nav-item {
        height: 36px;
        line-height: 36px;
        margin: 10px 10px;
        border: 1px solid #f9f9f7;
        color: #333333;
        border-radius: 20px;
        width: calc(25% - 20px);
        background-color: #f9f9f7;
        text-align: center;
        display: none;
    }

    .case-nav {
        width: calc(100% - 30px);
        padding-left: 0;
        flex-wrap: wrap;
    }

    .case-nav-item-show {
        display: block;
    }

    .case-nav-item-active {
        border: 1px solid #4c60c1;
        background-color: #fff;
        color: #4c60c1;
    }

    .case-list {
        padding-bottom: 40px;
    }

    .case-list .list {
        padding: 0;
    }

    .case-list .list .row {
        margin: 0 -7px;
        padding-bottom: 25px;
    }

    .case-list .list .row .column .item {
        padding: 15px;
    }

    .case-list .list .row .column .item .item-text .text-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .product-conainer {
        padding: 0 0 40px 0;
    }

    .product-conainer .product-body {
        min-height: 300px;
    }

    .product-conainer .product-body .product-sidebar {
        position: static;
        width: 100%;
        max-height: unset;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        padding-right: 6px;
        border-radius: 10px;
    }

    .product-conainer .product-body .product-sidebar .shouqi {
        display: none !important;
    }

    .product-conainer .product-body .product-sidebar .zhankai {
        display: none !important;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a {
        margin-bottom: 0;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list {
        overflow-y: unset;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 20px);
    }

    .product-list-down {
        display: block;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.active {
        border: 1px solid #4c60c1;
        background-color: #fff;
        color: #4c60c1;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.active a {
        color: #4c60c1;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item {
        margin: 10px 10px;
        border: 1px solid #f9f9f7;
        color: #333333;
        border-radius: 20px;
        width: calc(100%/3 - 20px);
        background-color: #f9f9f7;
        display: none;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.sidebar-item-hide {
        display: none;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item.sidebar-item-show {
        display: block;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item .a-box {
        padding: 8px 18px;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a {
        color: #333333;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item:hover {
        background-color: #fff;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item:hover a {
        color: #4c60c1;
    }

    .product-conainer .product-body .product-list {
        margin-left: 0;
        margin-top: 30px;
    }

    .product-conainer .product-body .product-list .product-row {
        margin-bottom: 15px;
    }

    .product-conainer .product-body .product-list .product-row {
        margin-left: -20px;
    }

    .product-conainer .product-body .product-list .product-col {
        padding: 0 10px;
        padding-bottom: 20px;
    }

    /****************************************************************************
  * 产品详情
  */
    .details-handle {
        padding: 20px;
    }

    .details-handle .text-title {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .details-handle .details-handle-body {
        padding-bottom: 0;
        flex-direction: column;
    }

    .details-handle .handle-img-swiper {
        width: 100%;
    }

    .details-handle .handle-text {
        width: 100%;
        padding-left: 0;
    }

    .text-bottom .info .code {
        font-size: 20px;
    }

    .product_nav_item {
        font-size: 16px;
        padding: 10px;
    }

    .handle-img-swiper .swiper-slide {
        padding: 25px 25px;
    }

    .details-handle .handle-text .text-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-body-content {
        font-size: 12px;
    }

    .details-handle .handle-text .handle-swiper-container {
        display: none;
    }

    .details-handle .handle-text {
        margin-left: 0px;
        padding: 25px;
    }

    .details-common {
        margin-top: 10px;
    }

    .tuijian {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .tuijian .submit {
        margin-top: 10px;
        padding: 8px 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .details-i {
        margin-bottom: 15px;
    }

    .details-search-box {
        background-color: #fff;
        flex-direction: column;
        height: auto;
        margin-top: 0;
    }

    .details-search-item {
        background-color: #f4f6ff;
        margin: 10px 0;
        border-radius: 5px;
    }

    .details-common .header {
        padding: 15px 20px;
    }

    .details-common .content-slot {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 4px;
    }

    .details-common .content-slot .content-body {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .details-common .content-slot .related-row .column {
        margin-bottom: 16px;
    }

    .details-common .content-slot .content-album {
        flex-wrap: wrap;
    }

    .details-common .content-slot .content-album .album-col {
        width: 50%;
        margin-bottom: 16px;
    }

    .details-common .content-slot .honor-row .column {
        margin-bottom: 16px;
    }

    .details-i .content-slot {
        padding-bottom: 20px;
    }

    .cloudFactory-list .list {
        margin: 0 0px;
    }

    .service-list .container .list .row {
        margin-bottom: 15px;
    }

    .cloudFactory .service-list .list .row .column .service-item-right {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .cloudFactory .service-list .list .row .column .service-item .img-box {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .service-item-right {
        height: 180px;
        padding: 15px;
    }

    .service-icon-l {
        width: 55px;
    }

    .service-icon-r {
        left: 0;
        width: 55px;
    }

    .service-item-title-en {
        font-size: 16px;
    }

    .service-item-title {
        margin-bottom: 15px;
    }

    .service-item-content {
        font-size: 14px;
    }

    .technology-list .list .row .column {
        margin-top: 0;
    }

    .technology-list .list .row .column .item {
        padding: 12px 0;
    }

    .technology-item-r {
        padding: 8px 0 8px 12px;
    }

    .technology-item-r-b {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .technology-item-title {
        font-size: 14px;
    }

    .technology-item-more {
        font-size: 12px;
        width: 125px;
        padding-left: 30px;
        height: 30px;
        line-height: 28px;
        border-radius: 40px;
    }

    .technology-item-num {
        display: flex;
        align-items: center;
        font-size: 12px;
        margin: 10px 0;
    }

    .technology-item-num i {
        font-size: 16px;
        margin-left: 0px;
        margin-right: 5px;
    }

    .technology-item-num i:last-child {
        margin-left: 15px;
    }

    .caseDetail {
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 10px 30px;
    }

    .case-top {
        padding: 15px 0 15px 0;
    }

    .caseDetail_name {
        font-size: 22px;
    }

    .caseDetail_num {
        margin-top: 10px;
        font-size: 14px;
    }

    .caseDetail_num i {
        font-size: 18px;
        margin-right: 5px;
    }

    .caseDetail_num i:last-child {
        padding-left: 10px;
    }

    .case-c {
        margin-top: 15px;
        padding: 0 15px;
    }

    .caseDetail-nav {
        padding: 15px 0 0 0;
        flex-wrap: wrap;
    }

    .caseDetail-nav-item {
        justify-content: flex-start;
        margin: 5px 0;
        font-size: 12px;
        padding: 0;
        height: 30px;
    }

    .caseDetail-nav-item i {
        font-size: 18px;
        margin-right: 5px;
    }

    .caseDetail-nav-item img {
        margin-right: 5px;
        width: 20px;
    }

    .caseDetail-content {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 15px;
    }

    .caseDetail-content i {
        font-size: 18px;
        margin-right: 8px;
    }

    .caseDetail-swiper {
        padding: 20px 0;
    }

    .caseDetail .mySwiper2 {
        width: 100%;
        height: 240px;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-map {
        height: 250px;
    }

    .recruit-item {
        font-size: 14px;
        padding: 0 20px;
        height: 45px;
    }

    .recruit-item-right p a {
        font-size: 14px;
    }

    .recruit-item-c {
        font-size: 14px;
        padding: 20px;
    }

    /****************************************************************************
  * 下载中心
  */
    .cloudFactor-title {
        font-size: 24px;
    }

    .download-list {
        margin-top: 20px;
    }

    .download-item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .download-item-l img {
        margin-right: 10px;
    }

    .download-item-l span {
        font-size: 14px;
        color: #333;
    }

    .download-item-r {
        width: 80px;
        font-size: 12px;
        height: 36px;
    }

    .download-pagination {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    /****************************************************************************
  * 新闻中心
  */
    .news_list {
        padding: 0 5px !important;
    }

    .news_item {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .news_item img:hover {
        transform: scale(1);
    }

    .news_item-b {
        background-color: #fff;
        padding: 12px;
    }

    .new_item-title {

        font-size: 14px;
    }

    .news_item-num {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .news_item-num i {
        margin-left: 0;
    }

    .news_item-num span {
        margin-right: 12px;
    }

    .newsDetail-box {
        padding-bottom: 40px;
    }

    .newsDetail {
        margin-bottom: 20px !important;
    }

    .newsDetail-content {
        padding: 15px 0 15px 0;
        font-size: 14px;

    }

    .cloudFactor-title {
        padding-top: 30px;
    }

    .cloudFactory-list .list {
        margin-top: 20px;
    }

    .cloudFactory-list .list .row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .cloudFactory-video {
        margin-bottom: 20px !important;
    }

    .cloudFactory-video .item {
        padding-bottom: 20px;
    }

    .cloudFactory-video-list .list .row {
        padding-bottom: 10px;
    }

    .cloudFactory-list .list .row .column .item .img-box p {
        font-size: 14px;
        left: 12px;
        bottom: 12px;
    }

    .cloudFactory-video .name {
        font-size: 14px;
        margin-top: 15px;
        color: #333;
    }

    .search-container .search-box button {
        height: 50px;
        width: 160px;
        font-size: 16px;
    }

    .search-container .search-box input {
        height: 50px;
        padding: 0 185px 0 15px;
        font-size: 14px;
    }

    .search-result-text {
        font-size: 13px;
        padding: 35px 0 38px;
    }

    .search-nav .search-nav-item {
        font-size: 14px;
    }

    .search-content-list {
        padding-bottom: 26px;
    }

    .search-content-item {
        font-size: 16px;
        padding: 25px 0 28px;
    }
}

@media (max-width: 576px) {
    .global-footer {
        margin-bottom: 65px;
    }
    

.img-overlay .img-dialog .dialog-img {
    display: block;
    width: 80vw;
    /*height: 200px;*/
}

    .phone-footter {

        display: block;
        background-color: #f5f5f5;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .backTop-box {
        display: none;
    }

    .index_phone {
        background-color: #fff;
        border-radius: 50%;
        position: fixed;
        top: 70px;
        right: 20px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        box-shadow: 0px 0px 6px 0px #4c60c1;
    }

    .index_phone img {
        width: 24px;
        height: 24px;
    }

    .backTop {

        background-color: #4c60c1;
        border-radius: 10px;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .backTop img {
        width: 25px;
        height: 15px;
    }

    .phone-footter-list {
        display: flex;
        align-items: center;

    }

    .phone-footter-item {
        width: calc(25% - 1px);
        border-top: 2px solid #ddd;
        border-right: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 10px 0;
    }

    .phone-footter-item-active {
        background-color: #4c60c1;
        border-top: 2px solid #4c60c1;
    }


    .phone-footter-item1 {
        width: 25%;
        border-right: none;
    }

    .phone-footter-item i {
        font-size: 30px;
        color: #4c60c1;

    }

    .phone-footter-item-active i {
        color: #fff;
    }

    .phone-footter-item:hover {
        background-color: #4c60c1;
        border-top: 2px solid #4c60c1;
    }

    .phone-footter-item:hover i {
        color: #fff;
    }

    .suspend {
        display: none !important;
    }

    .product-top p {
        font-size: 18px;
    }

    .about-top {
        padding-top: 240px;
    }

    .about-top-pc {
        display: none;
    }

    .about-top-phone {
        display: block;
    }

    .about-left-item2 {
        align-items: flex-end;
    }

    .about-left-item1 {
        align-items: flex-start;
    }

    .product-nav-item {
        padding: 0;
    }

    .product-nav-item-img {
        width: 36px;
        height: 36px;
        margin-right: 5px;
    }

    .product-nav .product-nav-item span {
        font-size: 12px;
    }

    .product-c-item-b {
        font-size: 12px;
    }

    .about {
        padding-top: 40px;
    }

    .video {
        height: auto;
    }

    .play_btn {
        width: 40px;
        height: 40px;
    }

    .global-pagination a {
        line-height: 26px;
        min-width: 28px;
        font-size: 14px;
        margin: 0 5px;
    }

    .about-jianjie {
        height: 38px;
    }

    .about-nav {
        padding-right: 15px;
        width: 100%;
    }

    .about-nav-r {
        font-size: 12px;
    }

    .product-nav-r {
        padding: 7px;
    }

    .global-move-page {
        padding: 12px 15px;
    }

    .global-move-page .prev,
    .global-move-page .next {
        line-height: 28px;
    }

    .about-jianjie-box {
        top: -37px;
        margin-bottom: -37px;
    }

    .aboutBox .about-nav-list-item:hover {
        color: #666;
        border-bottom: 2px solid #ffffff00;
    }

    .aboutBox .about-nav-list-item:first-child {
        color: #4c60c1;
        border-bottom: 2px solid #4c60c1;
    }

    .about-nav-list-item {
        font-size: 12px;
        padding: 10px 0 7px 0;
    }

    .search-input-box {
        padding: 0 5px;
        height: 30px;
    }

    .search {
        padding: 0 20px;
        font-size: 14px;
        height: 40px;
    }

    .case-nav-item {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .index-text-item {
        padding: 0 20px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 15px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 40px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 40px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 15px;
    }

    .section-advantage {
        height: 34vh !important;
    }

    .index-text-item {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 首页 */
    .index-advantage {
        min-height: 280px;
    }

    .index-top,
    .index-about .index-about-bg,
    .index-advantage,
    .index-case,
    .index-solution,
    .index-news {
        padding-top: 25px;
    }

    .index-bottom,
    .index-case,
    .index-news {
        padding-bottom: 25px;
    }

    .index-flanks,
    .index-about .about-main,
    .index-advantage .index-title,
    .index-advantage .advantage-content .text-box,
    .index-case,
    .index-solution .index-title,
    .index-news {
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-title {
        font-size: 20px;
    }

    .index-advantage .advantage-content .text-box .text-item .item-title {
        font-size: 12px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
        left: 15px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
        left: 52px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
        right: 52px;
    }

    .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
        right: 15px;
    }

    .index-plan .more {
        margin-top: 15px;
    }

    .index-plan {
        --index-plan-gap: 30px;
        --index-plan-slide-width: 100%;
        --index-plan-item-padding-bottom: 25px;
        --index-plan-item-gap: 22px;
        --index-plan-item-header-title: 18px;
        --index-plan-item-header-title-sub: 13px;
        --index-plan-item-content-text-width: 100%;
        --index-plan-item-content-text-right: 0;
        --index-plan-item-content-text-t-size: 13px;
        --index-plan-item-content-text-t-line-height: 26px;
        --index-plan-item-content-text-t-clamp: 2;
        --index-plan-item-content-learn-more-gap: 25px;
        --index-plan-item-content-img-right: 0;
        padding: 30px 15px 20px 15px;
    }

    .index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content {
        display: flex;
        flex-wrap: wrap;
    }

    .index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-text .learn-more {
        margin-top: 20px;
    }

    .index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-img {
        flex: unset;
        width: 100%;
        margin-top: 20px;
    }

    .index-plan .plan-swiper-container .plan-swiper .swiper-slide .plan-swiper-item .item-content .content-img img {
        transform: rotateY(0deg);
    }

    .about-c {
        height: auto;
        padding: 0 15px;
        padding-top: 35px;
    }

    .about-jianjie-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-jianjie-s {
        text-align: center;
        font-size: 14px;
    }

    .about-jianjie-c {
        max-height: 280px;
        margin-top: 15px;
        color: #666;
    }

    .about-jianjie-c p {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .about-rongyu {
        padding-bottom: 30px;
    }

    .rongyu-title {
        padding: 20px 0;
        font-size: 18px;
    }

    .rongyu-swiper {
        padding-bottom: 40px;
    }

    .gang {
        width: 40px;
        margin: 15px 0 10px 0;
    }

    .news {
        padding: 40px 0 20px 0;
    }

    .news-top p {
        font-size: 20px;
    }

    .news-c {
        margin-top: 20px;
    }

    .news-nav-box .more {
        width: 115px;
        height: 26px;
        margin-top: 0;
        font-size: 12px;
        line-height: 26px;
        padding-left: 16px;
    }

    .news-nav-item {
        margin: 0 4px;
    }

    .news-nav-item-title {
        font-size: 12px;
    }

    .news-list {
        margin-top: 10px;
    }

    .news-list-item {
        padding: 10px;
        border-radius: 10px;
    }

    .news-list-item-btn {
        font-size: 12px;
    }

    .news-list-item-c {
        margin: 10px 0;
    }

    .news-list-item-title {
        font-size: 14px;
    }

    .about-develop {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .about-develop .develop-swiper-container {
        padding-top: 25px;
    }

    .about-develop .global-title .title {
        font-size: 18px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis {
        margin-bottom: 30px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis::before {
        top: 35px;
    }

    .about-develop .develop-swiper-container .prev,
    .about-develop .develop-swiper-container .next {
        width: 30px;
        height: 30px;
    }

    .zeren-box {
        padding: 25px 0;
    }

    .zeren-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .zeren-item {
        max-width: calc(100% - 30px);
        padding: 0 15px 15px 15px;
        margin: 0 15px 20px 15px;
    }

    .zeren-item-top {
        transform: translateX(-8px);
    }

    .zeren-item-top-num {
        font-size: 40px;
    }

    .zeren-item-top-title {
        transform: translate(-42px, 3px);
        font-size: 14px;
    }

    .zeren-item-content {
        font-size: 12px;
    }

    .about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis .year {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .about-develop .swiper-slide-c .intro {
        margin-top: 20px;
    }

    .case-list {
        padding-bottom: 30px;
    }

    .case-list .list .row .column .item .item-text {
        margin-top: 10px;
    }

    .case-list .list .row .column {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .case-list .container {
        padding: 10px 10px !important;
    }

    .case-list .list {
        padding: 0;
    }

    .case-list .list .row .column .item .item-text .text-title {
        font-size: 14px;
    }

    .case-list .list .row .column .item .item-text .text-type {
        margin-top: 5px;
    }

    .product_phone_about-nav {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .product_phone_about-nav .about-nav-r {
        color: #fff;
    }

    .product_phone_about-nav .about-nav-r span .currentPageName {
        color: #fff;
    }

    .product_phone_about-nav .about-nav-r span {
        color: #fff;
    }

    .product_phone_about-nav .about-nav-r span a {
        color: #fff;
    }

    .product-conainer {
        padding: 0 0 30px 0;
    }

    .product-list-up {
        margin-top: 16px;
    }

    .product-list-down {
        margin-top: 16px;
    }

    .product_phone_nav {
        display: flex;
        align-items: center;

    }

    .product_phone_nav_item {
        width: 50%;
        background-color: #d6daec;
        font-size: 18px;
        text-align: center;
        height: 65px;
        line-height: 65px;
        color: #4c60c1;
    }

    .product-conainer .product-body .product-sidebar {
        padding-top: 10px;
    }

    .product_phone_nav_item:hover {
        background-color: #d6daec;
        color: #4c60c1;
    }

    .product_phone_nav_item_active {
        background-color: #4c60c1;
        color: #fff;
        font-size: 18px;
    }

    .product_phone_nav_item_active:hover {
        background-color: #4c60c1;
        color: #fff;

    }

    .product-conainer .product-body .product-sidebar {
        border-radius: 0;
    }

    .product-conainer .product-body .product-sidebar .sidebar-list .sidebar-item a {
        font-size: 12px;
    }

    .product-conainer .product-body .product-list {
        margin-top: 20px;
    }

    .product-conainer .product-body .product-list .product-row {
        margin-bottom: 15px;
    }

    .product-conainer .product-body .product-list .product-row {
        margin-left: -15px;
    }

    .product-conainer .product-body .product-list .product-col {
        padding: 0 8px;
        padding-bottom: 16px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box {
        padding-top: 8px;
    }

    .product-conainer .product-body .product-list .product-col .product-item .text-box .text-title {
        font-size: 14px;
    }

    /****************************************************************************
  * 产品详情
  */
    .details-handle {
        padding: 15px;
    }

    .details-handle .text-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .details-common .header {
        padding: 15px 15px;
    }

    .details-common .content-slot {
        padding: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .details-common .content-slot .content-body {
        margin-top: 15px;
    }

    .details-common .content-slot .related-row {
        margin: 0 -7px;
    }

    .details-common .content-slot .related-row .column {
        padding: 0 7px;
        margin-bottom: 14px;
    }

    .details-common .content-slot .content-album {
        margin: 0 -7px;
    }

    .details-common .content-slot .content-album .album-col {
        padding: 0 7px;
        margin-bottom: 14px;
    }

    .details-common .content-slot .honor-row {
        margin: 0 -7px;
    }

    .details-common .content-slot .honor-row .column {
        padding: 0 7px;
        margin-bottom: 14px;
    }

    .details-common .content-slot .honor-row .column .item {
        padding: 10px;
    }

    .service-icon-l {
        width: 50px;
    }

    .service-icon-r {
        width: 50px;
    }

    .details-i .content-slot {
        padding-bottom: 15px;
    }

    .technology-list .list .row .column {
        margin-top: 0;
    }

    .technology-list .list .row .column .item {
        padding: 12px 0;
    }

    .technology-item-r {
        padding: 5px 0 5px 12px;
    }

    .technology-item-r-b {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .technology-item-title {
        font-size: 12px;
    }

    .technology-item-more {
        font-size: 12px;
        width: 110px;
        padding-left: 30px;
        height: 25px;
        line-height: 24px;
        border-radius: 40px;
    }

    .technology-item-num {
        display: flex;
        align-items: center;
        font-size: 12px;
        margin: 5px 0;
    }

    .technology-item-num i {
        font-size: 16px;
        margin-left: 0px;
        margin-right: 5px;
    }

    .technology-item-num i:last-child {
        margin-left: 15px;
    }

    .caseDetail-top {
        padding: 12px 0;
    }

    .caseDetail_name {
        font-size: 18px;
    }

    .caseDetail_num {
        margin-top: 8px;
    }

    .contact-map {
        height: 250px;
    }

    .contact-map .map-sign-box {
        width: 60px;
        height: 60px;
    }

    .contact-map .map-sign-box img {
        width: 40px;
    }

    .contact-about-item-info {
        margin-left: 10px;
    }

    .recruit-item {
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
    }

    .recruit-item-right p a {
        font-size: 14px;
    }

    .recruit-item-c {
        font-size: 12px;
        padding: 15px;
    }

    .download-item-l img {
        width: 26px;
        height: 26px;
    }

    .new_item-title {
        min-height: 30px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news_item-num {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .news_item-num i {
        margin-left: 0;
    }

    .news_item-num span {
        margin-right: 10px;
    }

    .cloudFactor-title {
        padding-top: 25px;
        font-size: 18px;
    }

    .cloudFactory-list .list {
        margin-top: 20px;
    }

    .cloudFactory-video {
        margin-bottom: 15px !important;
    }

    .cloudFactory-video .item {
        padding-bottom: 15px;
    }
 .cloudFactory-video-list .list {
       margin-bottom: 20px;
    }
    .cloudFactory-video-list .list .row {
        padding-bottom: 10px;
        margin-bottom:10px;
    }
 .cloudFactory-list .list .row {
        padding-bottom: 10px;
        margin-bottom:10px;
    }
    .cloudFactory-list .list {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .cloudFactory-list .list .row .column .item .img-box p {
        font-size: 14px;
        left: 10px;
        bottom: 10px;
    }
    .cloudFactory-video .item {
    border-bottom: none;
    
}
    .cloudFactory-video .name {
        font-size: 14px;
        margin-top: 15px;
        color: #333;
    }

    .search-container .search-box button {
        height: 40px;
        width: 100px;
        font-size: 14px;
    }

    .search-container .search-box input {
        height: 40px;
        padding: 0 115px 0 15px;
    }

    .search-result-text {
        padding: 25px 0 28px;
    }

    .search-nav {
        padding-bottom: 14px;
        overflow: scroll;
        max-width: 100%;
        white-space: nowrap;
    }

    .search-nav .search-nav-item {
        font-size: 12px;
        padding-right: 15px;
        width: 150px;
    }

    .search-content-list {
        padding-bottom: 22px;
    }

    .search-content-item {
        font-size: 14px;
        padding: 22px 0 24px;
    }
}</pre></body></html>